Subject | Re: Last inserted.updated rows... |
---|---|
Author | Thomas |
Post date | 2007-08-10T03:25:37Z |
Hi Allysson,
you could use:
SELECT FIRST 5 *
FROM STUDENTS
ORDER BY ST_LASTUPDATE DESC
Regards
Thomas
> What is the SQL statement that I need execute to select the last fiverows inserted or updated at firebird database by timestamp field?
you could use:
SELECT FIRST 5 *
FROM STUDENTS
ORDER BY ST_LASTUPDATE DESC
Regards
Thomas