Posts by Rosenan • 1 point
2 posts
-
0
votes2
answers505
viewsA: CSS form diagonally without bending the letter together
What you can do is give an id or a class to the text and modify according to what you need. That’s all that’s missing. With the form class modifies the font. I think this is what you need. Any…
-
-6
votes4
answers850
viewsA: Return all equal items from different groups
Follows the SQL SELECT count(distinct grupo,objecto) as tabela FROM tabela WHERE objecto in (1,2) and grupo IN (1,2) group by objecto. Make sure that’s what you want. Next time try to be clearer.…