Hi,all friends: Would you please tell me which script in MySQL is fast? --------------------------------------------- 1. select count(*) from bk_data
2. select count(book_name) from bk_data
---------------------------------------------
PS. I have 13000 book records in this table.....
Fongming from Taiwan, thanks
