I just read this in the mysql manual but can't remember where. There was something about combining datasets. I don't want to do a JOIN, all I want is all productids from two tables. Basically, I have active products in one table and inactive (archived products) in another table. Sometimes they overlap. I'm trying to get a list of all productids, if it shows up in the first table, great. If there's a productid in the archived table NOT in the active table, then I want that too.
I'm sure this is easy, but my brain is tired and the answer is not coming to me.
Thanks WW.