I'm not sure whether i should post this here. Correct me if i'm wrong.. I would like to know whether there is any performance difference between. "SELECT count(*) FROM table" and "SELECT count(field) FROM table".