Hi,

I want to know if there is a possibility to count the infact passed row if I 
make an OFFSET SELECT.
For example:

table1
-----------
Row1
Row2
Row3
Row4
Row5


Select * from table1 Order by rowID DESC Lilit 2 Offset 10;

Here the Result is null, but I want to detect that I passed 5 existing rows.

regards

Steffen Mangold

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to