Possible Duplicate:
How to write a (MySQL) “LIMIT” in SQL Server?
How can I change my query with LIMIT Inside for a SQL-Server ?
Code:
SELECT apretiz FROM tableApoint WHERE price = '$newprice' LIMIT 5;
Many things are not working so just asking for help
And how can i change LIMIT 5,10 by example ? Can't I use TOP for it ?