I have db1.table1 and db2.table1.. bluntly put, how exactly do I create this:
db3.table1 = db1.table1 + db2.table1 (with unique rows!)
??
Sorry but I can't figure it out, UNION, INSERT INTO SELECT, CREATE TABLE SELECT, MERGE, everything fails with syntax errors, and I don't know what to do after 3 days of trying!
Please help someone!
Thanx
Phil