Hi I use MySql 5 , I tried to run this query
Quote:
|
SELECT TOP 3 * from cat order by CatID asc
|
But I got this error
Quote:
|
Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '3 * from category order by CategoryID asc' at line 1
|
Anyone has any comment !!
