Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

How can I limit the number of rows I want to fetch from my MySQL table?

SELECT buyer_id, buyer_name FROM buyer_table LIMIT 10;