Is it possible to use this query
select top 5 * from tablename;
to get the top 5 rows frm a table in MySQL???Actuallt in SQL i tired it n itz wrking...But itz giving error in MySQL..