RajaGautam
Registered User.
- Local time
- Today, 10:03
- Joined
- Apr 5, 2013
- Messages
- 10
Hi! I want to use TOP Clause in MySQL but i'm unable to do it. The SQL Statement is as below:
SELECT TOP * FROM Persons
It display the error saying:
[FONT="]
#1064 - 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 '2 * from persons LIMIT 0, 30' at line 1[/FONT]
[FONT="]
MySQL version is 5.5.27. Please help me to penetrate the above query in MySQL?
[/FONT]
SELECT TOP * FROM Persons
It display the error saying:
[FONT="]
#1064 - 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 '2 * from persons LIMIT 0, 30' at line 1[/FONT]
[FONT="]
MySQL version is 5.5.27. Please help me to penetrate the above query in MySQL?
[/FONT]
Last edited: