How to display top 40 rows?

In MySql, top 40 rows are displayed by using this following query:

SELECT * FROM
LIMIT 0,50

Leave a Reply

Your email address will not be published. Required fields are marked *