Lets say i have 10.000 rows in a table and im searching for only one record(one row).

Which one is faster:
SELECT ....... LIMIT 1
or just 
SELECT ......

?

Reply via email to