2007-07-03

SQL Insert Table to Table

Example:

INSERT INTO database_a.table_a VALUES SELECT * FROM database_b.table_a

No comments: