Hello all,

does anyone have any feedback whether there is any difference in the
efficiency of the following query on a fairly large dataset

1. select * from tbl
2  select count(*) from tbl
3. select field1,field2,field3 from tbl

TIA

Chris Penning
CSM Systems Inc.
Edmonton, AB
T5J 3S9, Canada



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to