Hi,
What is the diference between
select count(*) from emp; and select count(1) from emp;
both will return the same number,then what is difference between these two?

regards

praveen