I have a foreign key of "countyid" in multiple tables (52 to be exact) because 52 different objects in the software can be specific to a county (or it could be null, for all counties).
Without doing 52 "Unions", is there a way in MySQL to get the results in all 52 tables when I am looking for a specific countyid? (ie- looking up what I have in the DB for this particular county)
Or, to at least return the tables names which contain a record that has that certain countyid?