Icon View Incident Report

Serious Serious
Reported By: Thomas Hensle
Reported On: 11/11/1999
For: Version 1.19 Build 1
# 498 Mixing ASC and DESC Keywords in an SQL ORDER BY Clause Does Not Work

I've realised that DBISAM does not support mixed sort orders in queries. i.e.sorts both columns in asc order.

Select val1, val2
from table
where...
order by val1 asc, val2 desc



Resolution Resolution
Fixed Problem on 11/14/1999 in version 1.20 build 1
Image