I have like 10 different tables all with different names, but they all contain an email_address column. I want to do a DISTINCT on all of the rows.
Pretty much my end goal is to get a number of distinct email addresses in a bunch of lists.
How could I do this?
I think you want something like this: