Posts by Gabrielhn • 68 points
6 posts
- 
		1 votes2 answers998 views
- 
		0 votes2 answers998 views
- 
		0 votes1 answer49 viewsA: Maximum value per categoryHello, using GROUP BY must resolve, ex: SELECT tipo, MAX(saldo) AS 'saldo' FROM conta GROUP BY TIPO; Let me know if it works. Thanks! 
- 
		0 votes2 answers2420 viewsQ: POST php com charset utf-8Good morning, after searching extensively for solutions to my problem, trying various solutions that have been suggested in other questions, like this one for example:… 
- 
		1 votes2 answers1809 viewsA: How to create a fixed column (col-Md) in bootstrap?I have an application in this format Sidebar fixed to the left and content to the right, I use the following classes: Sidebar (fixed, a div class="page-sidebar"): <div class="page-sidebar "… 
- 
		3 votes0 answers195 views