Hi,
I have two tables in MySQL, one containing a field City and one containing a field HomeCounty. I need to get X number of records sorted alphabetically so that both City and HomeCounty are taken into the set.
I can't join, because these two tables have no relation... and because I need these two columns to be "one", not two.
So, I want all City records and HomeCounty records to be in one set, then sort that set alphabetically and limit it to X. I have really no idea what to do. Union?