Troubleshooting of PostgreSQL: Difference between revisions
Jump to navigation
Jump to search
m
→How to fix Syntax error: 7 ERROR: LIMIT #,# syntax is not supported
mNo edit summary |
|||
| Line 16: | Line 16: | ||
</pre> | </pre> | ||
Correct query syntax | Correct query syntax<ref>[http://www.sqlines.com/postgresql/limit_offset PostgreSQL Queries - OFFSET and LIMIT - Guide, Examples and Alternatives - SQLines Tools]</ref> | ||
<pre> | <pre> | ||
SELECT * | SELECT * | ||