How to join tables from one database to another database -



How to join tables from one database to another database -

i need help on this.

i have databasea.tablea.columna , want bring together databaseb.tableb.columnb.

my columnb null , need extract info columna , insert columnb.

the status column c in databasea.tablea.columna same column c in databaseb.tableb.columnb

what sql script be?

thank =)

database join

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -