I want to create a new table in SQL Server with the following query. I am unable to understand why this query doesn\'t work.
Query1: Works
SELECT * F
You can also try:
create table new_table as select * from table1 union select * from table2