Problem if query postgre order by - not execute
Posted: Tue Nov 22, 2016 1:10 pm
Hello,
I need to pass the data order per query, but sort by only works if I set the dataBand.
Example:
SELECT * from tabel
WHERE DATA BETWEEN '2016-08-22' AND '2016-08-25'
ORDER BY DATA ASC
This order does not work.
I wait,
Hugs
Abraços
I need to pass the data order per query, but sort by only works if I set the dataBand.
Example:
SELECT * from tabel
WHERE DATA BETWEEN '2016-08-22' AND '2016-08-25'
ORDER BY DATA ASC
This order does not work.
I wait,
Hugs
Abraços