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 ...... ?
- RE: Limit in SELECT Goran Krajacic
- RE: Limit in SELECT Chris Bolt
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 ...... ?