I have two different tables, each of which has a column called product_type . How can I get the DISTINCT values for product_type for both tables? Just to clarify if both tables have a diamond product_type, I want it to return once. Basically, it’s as if both tables where they were combined, and I selected a separate product_type from it.
Thanks!!
source share