One more Why the "order by tranid" doesn't work ? ...
# suiteql
s
One more Why the "order by tranid" doesn't work ? SELECT tranid FROM Transaction INNER JOIN TransactionLine ON ( TransactionLine.Transaction = Transaction.ID ) WHERE TranDate = TO_DATE( TO_CHAR ( SYSDATE - 1, 'DS' ), 'DS' ) and type = 'CustInvc' and location = 2 and taxline = 'F' and iscogs = 'F' and Transaction.entity in ('712','551','1135','553','552') group by tranid
z
haha I remember that issue with order by... solution iiiiiiis : add ASC DESC order by tranid ASC