What do you mean by stack, probably a UNION ALL?
The first SELECT of a UNION determines the column names and datatypes, you can CAST a column to match the datatype of the 2nd table.
ALTER TABLE is not supported for Volatile Tables, you have to think before you create it :-)
What do you mean by stack, probably a UNION ALL?
The first SELECT of a UNION determines the column names and datatypes, you can CAST a column to match the datatype of the 2nd table.
ALTER TABLE is not supported for Volatile Tables, you have to think before you create it :-)