ORDER BY RecID DESC ??
Thomas Biedorf
thomas at startmovie.net
Wed Mar 23 11:56:21 CST 2005
Hi,
in Director I want to sort a table by RecID (look at subject)
descending. Unfortunately Valentina doesn't find any entry.
SELECT RecID,* FROM table ORDER BY RecID DESC
doesn't find anything. GetRecordCount() returns zero.
SELECT RecID,* FROM table ORDER BY somethingelse DESC
si working. How do I have to write the SQL-Statement? I didn't find
anything about it in the Docs.
Regards, Thomas
More information about the Valentina
mailing list