Populating a Table from another Table 
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

Comments
Comments are not available for this entry.
2024 By Angel Cool