2007/1/18, Nuno Oliveira <[EMAIL PROTECTED]>:

Hi, thanks for the reply (you should reply to the list also)


Heh, that was the default Gmail behaviour.

Do you mean that I should replace SELECT * FROM with SELECT field1,
[field2],[...] FROM?


It is generally a good pratice to keep away from queries with asterisks in
production systems. And, as Chris mentioned, it is also recommended to
always specify the table name for multi-table queries.

--------------------------------
Olexandr Melnyk,
http://omelnyk.net/

Reply via email to