Page 985 in MySQL Developer's Library (Paul DuBois), and
http://stackoverflow.com/questions/3140 ... to-another
[ view entry ] ( 1810 views ) | print article
<<First <Back | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Next> Last>>
INSERT INTO NewTable (col1, col2, col3) SELECT col1, col2, col3 FROM OldTable
Page 985 in MySQL Developer's Library (Paul DuBois), and http://stackoverflow.com/questions/3140 ... to-another [ view entry ] ( 1810 views ) | print article <<First <Back | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Next> Last>> |