Answer: COUNT(DISTINCT column_name) - returns the number of distinct values of the specified column
For example :-
select COUNT(distinct store_name) from tbl_MEOC_information;
It will fetch distinct rows from the store_name column.
Thanks and Regards
Akiii
Found interesting? Add this to: