Al Smith
Aug 6th, 2000, 12:32 PM
Hi,
I've noticed that most SQL examples on this and other sites begin with Select * from ... even if only a few fields are needed.
Many moons ago I was taught to explicitly select only the fields that you wanted to retrieve as this would reduce the overhead required to perform the query and greatly increase the speed.
Is this still true?
Thanks,
Al.
I've noticed that most SQL examples on this and other sites begin with Select * from ... even if only a few fields are needed.
Many moons ago I was taught to explicitly select only the fields that you wanted to retrieve as this would reduce the overhead required to perform the query and greatly increase the speed.
Is this still true?
Thanks,
Al.