Why can\'t we use count(distinct *) in SQL? As in to count all distinct rows?
count(distinct *)
why not?
select count(distinct name) from people