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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -