Subject | Re: [firebird-support] Last inserted.updated rows... |
---|---|
Author | Anderson Farias |
Post date | 2007-08-10T03:34:13Z |
Hi Allysson,
order by st_lastupdate desc
Firebird 2 intruduces a new (perhaps preferable) way for doing this, by
using ROWS, if you're using FB 2, take a look at release notes for details.
Regards,
Anderson
> What is the SQL statement that I need execute to select the last five rowsselect first 5 * from your_table
> inserted or updated at firebird > database by timestamp field?
order by st_lastupdate desc
Firebird 2 intruduces a new (perhaps preferable) way for doing this, by
using ROWS, if you're using FB 2, take a look at release notes for details.
Regards,
Anderson