Which is faster and why among below;
select count(*) from T1
select count(1) from T1
select count(PK) from T1
Question asked by visitor sant
Which is faster and why among below;
select count(*) from T1
select count(1) from T1
select count(PK) from T1
Question asked by visitor sant