P
plk
What`s the equivalent to OFFSET clause (PostgreSQL) in Access? Example:
"SELECT * FROM table WHERE field = 10 ORDER BY field OFFSET 10" will
start at row 10 of the table...
"SELECT * FROM table WHERE field = 10 ORDER BY field OFFSET 10" will
start at row 10 of the table...