Mysql – SQL Count Distinct Colums and Return all rows
I have table in MySQL and I am trying to filter the data from ColA and count the instances of a result in ColB while still getting all matching rows TABLE Name: CityCityStuff ColA ColB ColC CityA CityB Other Stuff…