Posts by teste1234 • 1 point
2 posts
-
0
votes1
answer96
viewsQ: how to do a query by ordering an ascending and a descending column
need to do a query that searches for a column increasing and in the same query another column descending for example in the result below: item | quantidade carro | 400 carro | 340 dado | 240 disco |…
-
0
votes2
answers85
viewsQ: how to return the last timestamp date by doing group by of the same id in mysql
I have a problem I have a table that has the serial column, equipment and a data timestamp has no primary key because this table would be a history, I in the table have several lines with the same…