Which one is faster?
select count(*) from talble
or
select count(id) from table
where id is the primary key.

Reply via email to