I have two tables and I need to union 2 columns in 1. Each column from a different table. I'd like to create a new table with column z where I will have every value from x & y with dublicates. Can you guys help me with that?
id x
1 p
2 e
3 p
id y
1 e
2
3 e