sql - merge of two tables from two databases -


thanks attention answer questions. how can merge 2 tables different databases? again

if have same amount of columns, columns have same types , in same order, can simple (merges db1.a , db2.b c of selected db):

insert c select * db1.a; insert c select * db2.b; 

Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -