To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=20306
------- Additional comments from [EMAIL PROTECTED] Mon Jan 7 17:43:42 +0000 2008 ------- For Postgres you need LIMIT and OFFSET. E.g. SELECT * FROM "public"."dbtable" LIMIT 20 OFFSET 10000 Meaning give me the 20 records starting at record number 10000. Very important feature if you are doing anything real (i.e. big databases). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
