I want to know the alternative of the TOP keyword as in MySQL. I have read about TOP in SQL Server.
Is there any alternative to this in MySQL, or any other method in MySQL from which we can get same functionality?
Ordering and limiting the results:
SELECT field1, field2 FROM myTable ORDER BY field1 ASC LIMIT 10
1.4m articles
1.4m replys
5 comments
57.0k users