Posted by The Natural Philosopher on 01/21/08 10:47
Willem Bogaerts wrote:
>> 4) Never ask for more data then you're really sure you're going to use.
>> The numerous times I've seen 'SELECT *' in production code...
>> --Rik Wasmus
>
> Ah, that would be my code. I never put more fields in a table than I'm
> interested in. So SELECT * gives me exactly all fields I'm interested in...
>
> Regards,
And you want to know about all of them all the time?
Or are all the tables simply two field tables with links to other tables
so every select is a multi table join?
Navigation:
[Reply to this message]
|