Does anyone know what I need to add to a select statement so only certain number of rows will return? What would I add to a select statement query so only 10 rows from a table would return and not all the records in the table. Thanks Steve
SELECT * FROM table LIMIT 10