I want to search one of my tables to find out how many duplicate email addresses I have. Now I know I could do this in a for loop but there's gotta be a way to use just one SQL statement to do that. Can this be done?