데이터베이스/Mysql
mysql table에 table 데이터옮기기
왕왕왕왕
2016. 7. 15. 10:45
INSERT INTO t1 SELECT 0 as col1,0 as col2, col2 as col3 from t2
t1에 컬럼이 더많아서 맞춰줘야된다