best way for select row mysql

billyspace

New Member
Which of the following notations is better?\[code\]SELECT id,name,data FROM table WHERE id = X\[/code\]OR\[code\]SELECT id,name,data FROM table WHERE id = X LIMIT 1\[/code\]I think it should not have "LIMIT".Thanks!
 
Top