I have a table like this in mysql:
dancer1 | dancer2
------------------
jeff | Julia
john | Megan
jeff | Vanessa
I should be easy, but how do I count the number of unique dancers (in this case 5) The problem looks like questionned here: MySQL Counting Distinct Values on Multiple Columns, but not quite