Troubleshooting of PostgreSQL: Difference between revisions
Jump to navigation
Jump to search
→Syntax error: 7 ERROR: LIMIT #,# syntax is not supported
No edit summary |
|||
| Line 7: | Line 7: | ||
FROM my_table | FROM my_table | ||
LIMIT 0,10 | LIMIT 0,10 | ||
</pre> | |||
Error message | |||
<pre> | |||
Uncaught PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR: LIMIT #,# syntax is not supported | |||
HINT: Use separate LIMIT and OFFSET clauses. | |||
</pre> | </pre> | ||