It seems you missed my point :) if you would need all the data then
select them all, but if you need only partial data from the table then
you could limit yourself to that specific columns. I doubt everybody
need everything all the time. True?
Aleksandar
Chris wrote:
Aleksandar Vojnovic wrote:
I would also suggest to limit yourself to things you actually need
not to select the whole table.
In this case you can't because you're looking for records that exist
in one table that don't exist in another.
Apart from looking at the whole table in each case how else would you
do that?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php