difference between count(*) and count(field)
What is the difference between “select count(*) from sometable” and “select count(somefield) from sometable”?
What is the difference between “select count(*) from sometable” and “select count(somefield) from sometable”?