Count number of distinct occurrences

select column_name, count(*) from table_name group by column_name order by count(*) desc;
Total page views:

Comments

Popular posts from this blog

Useful aliases

Start all Docker containers