Sqoop
From Chaehyun
(Difference between revisions)
Xlos (Talk | contribs)
(Created page with "= auto increment primary key 적용 = * 한 번에는 안됨 * 일단 staging table에 만들고, 업데이트 하는 방법 * INSERT INTO table2 (name, job) SELECT * FROM table1;")
Newer edit →
(Created page with "= auto increment primary key 적용 = * 한 번에는 안됨 * 일단 staging table에 만들고, 업데이트 하는 방법 * INSERT INTO table2 (name, job) SELECT * FROM table1;")
Newer edit →
Revision as of 05:01, 28 February 2013
auto increment primary key 적용
- 한 번에는 안됨
- 일단 staging table에 만들고, 업데이트 하는 방법
- INSERT INTO table2 (name, job) SELECT * FROM table1;