Posts by La Souza • 29 points
3 posts
- 
		0 votes2 answers168 views
- 
		1 votes1 answer212 viewsQ: PHP/Mysql Select total balance of 1 client in the tableMy client JOSÉ appears 4 times in this table, and I wanted to take the total of his balance. How do I do this? tabela "clientes" ID NOME SALDO 1 josé 10 1 josé 20 1 josé 30 4 maria 50 5 marta 60 1… 
- 
		0 votes2 answers164 viewsQ: PHP/Mysql Select products below a value in the tableI need to select the products with the value below 300 reais in which column situacao be equal to 2: Example: in the shopping table I have 8 products registered: 1 sapato valor 25 situacao 1 2 calça…