select aiah_number.aiah_number_id, aiah_number.aiah_number,...order by rank_value desc limit 1 offset 1;
I use:
==================
select ...
order by ...
LIMIT #{pageSize}::INTEGER OFFSET #{offset}::INTEGER;
Emi
--
Sent via pgsql-sql mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
