SQL count(*) and distinct

Viewed 44497

Why can't we use count(distinct *) in SQL? As in to count all distinct rows?

9 Answers
Related