Hello Team
I have these two statements that give some results, I need to append these two results from each statement and save the query in a table so I put as this:
SELECT *
INTO Final
FROM (SELECT * From table1) as dtTable1
UNION
FROM (SELECT * From table2) as dtTable2
This query gives me error, how can I rewrite it? Also, is there anyway to put the result of the query into a table other than I have put on the top?
Regards,
GGGGGNNNNN
Regaqrds,
GGGGGNNNNN
GGGGGNNNNN