Why can\'t we use count(distinct *) in SQL? As in to count all distinct rows?
count(distinct *)
select count (Tag_no) from tab_raw_tag_value where tag_no in (select distinct tag_no from tab_raw_tag_value)