I am using SELECT DISTINCT name FROM table to get a table with distinct names that appear in the column. How can i get an extra column returning the number of times that this specific name have appeared on the column?
I am using SELECT DISTINCT name FROM table to get a table with distinct
Share
1 Answer