Posts by Halan Schlickmann • 43 points
3 posts
-
4
votes2
answers276
viewsQ: Using a select with UNION or other mysql parameter
I am developing cash flow from my company and am encountering a difficulty. I have two different tables. A table is a tb_compras(id, fornecedor, nfe, valor, data) and then I have another table…
-
0
votes2
answers533
viewsQ: Query data from two different tables and list without merging data
I am developing cash flow from my company and am encountering a difficulty. I have two different tables. One table is tb_compras(id, nfe, value, date) and then I have another also…
-
0
votes2
answers88
viewsQ: Group a set of measures in PHP
I’m having a problem uniting a set of values. I have a wood marking system. I feed the database with the length x width of the wood Id, id_request, length, width, date Registros: 1, 3, 320, 20,…