Using LIMIT and WHERE clause
Posted: Tue Mar 28, 2006 8:45 pm
Is it posible to use a LIMIT with a WHERE clause? This is my code and it works fine, just not with the where..
Thanks!
Code: Select all
SELECT * FROM products LIMIT $limitvalue, $limit WHERE title LIKE '%$q%'