Yes, sorry about that.  Ingres does support both OFFSET and LIMIT--Ingres'
equivalent for LIMIT is FIRST/NEXT, such as:

select * from table
offset 1
fetch first 10 rows only




--
View this message in context: 
http://dbix-class.35028.n2.nabble.com/DBIx-Class-with-ODBC-tp7577958p7577972.html
Sent from the DBIx-Class mailing list archive at Nabble.com.

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to