Selecting first 3 rows in a mysql table.

admin

Administrator
Staff member
Hi everyone,
I need to display only the first 3 rows from a table. AT present I'm selecting all rows then t'm displaying the 1st 3 rows using a loop.
Is there a direct way or a more efficient way to select only the 1st 3 rows from the table?
 
Back
Top