If there is a code like
SELECT count(1) from TABLE Where condition1=cond ition2;
Is count(1) same as count(*)?
Does count(1) counts the first column of the table?
SELECT count(1) from TABLE Where condition1=cond ition2;
Is count(1) same as count(*)?
Does count(1) counts the first column of the table?
Comment