I want to get the last rows select.
André
In a C/S DB last rows has no meaning. First thing you have to
do is write a SQL statement that uses an Order By so you
enforce an order on the results. Then reverse that order by so
the last rows are now first. In IB 6.5 and higher now use the
ROWS keyword to restrict the number of rows you want to see.
>André
>
>