HI team,
I was trying to run the following code and got the below error. Can someone inform me why this is such? I'm using Postgres 7.2. Any workaround to make this script work? Thanks!
[code=sql]
SELECT * FROM menu LIMIT 0, 10
[/code]
error:
LIMIT #,# syntax is not supported
I was trying to run the following code and got the below error. Can someone inform me why this is such? I'm using Postgres 7.2. Any workaround to make this script work? Thanks!
[code=sql]
SELECT * FROM menu LIMIT 0, 10
[/code]
error:
LIMIT #,# syntax is not supported
Comment