Hi,
I wonder if it is possible to limit the results of a selection done by e selection query.
I am looking for something like:
select x from mytable x where x.id > 3 limit 10 skip 20
this should return no more than 10 results after skipping the first 20 results This feature would help to implement cursors.
I have not found a solution to this problem in the documentation.
Thank you, Antonio
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
