SyntaxFix
Write A Post
Hire A Developer
Questions
select count(distinct(column_name)) AS columndatacount from table_name where somecondition=true
You can use this query, to count different/distinct data. Thanks