Hi ALL,
I have a table looking like,
Code:
AccuntNo char
Amount float
When populating records into the table, records are inserted in descending order of Amount column.
I wonder whether all records can be read out in descending order with a SQL statement without using 'ORDER BY Amount DESC' clause?
Thanks