Jump to content

[SOLVED] Query/where (performance question)


Locked

Recommended Posts

Would the query bellow be better than: mysql_query("select name from table where userid=1");

or

mysql_query("select name from table where userid=1" and password='password' and username='me');

 

Question: Does the more detail you give in the where statement better/faster? (Names/passwords etc would be stored in sessions when they login)

Link to comment
https://forums.phpfreaks.com/topic/78445-solved-querywhere-performance-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.