SQL Select... the last 10 records from a table ?
Otto Kowalski
kowalskiotto+lc at googlemail.com
Thu Sep 24 05:24:33 EDT 2015
what about this one:
SELECT * FROM intern_copy ORDER BY true DESC LIMIT 10
--
viro
More information about the use-livecode
mailing list