1.

How to display top 10 rows in Mysql?

Answer»

SELECT * FROM 'TableName' WHERE 'status' = 1 LIMIT 10



Discussion

No Comment Found