LIMIT with Postgres

admin

Administrator
Staff member
I use postgresql, and i try to use LIMIT in this command:

SELECT * FROM book WHERE title Like '%' LIMIT $limit, $start;

But this query return all elements of my table.

Can you help me?

Jean S?/div>smarlowe04-24-2001, 11:02 AM
 
Back
Top