I would like to copy data from an existing table say table1 to a new table table2. Table engines are different. I mean, the existing table uses MyISAM, and the new one uses Innodb.
insert into NewTable (col1, col2, col3) select col1, col2, col3 from OldTable
INSERT INTO newtable SELECT * FROM oldtable;
INSERT SELECT
Source: https://habr.com/ru/post/1752272/More articles:IE6: Large file downloads fail and the page cannot be displayed? - internet-explorerXAML image source is set dynamically based on content - pathCode Insight (IntelliSense) - delphiunicode preg_replace problem in php - phpStudying advanced concepts, technologies, frameworks, internal components, etc. For a .NET developer in the context of Android development? - javaSuper CSV (Java) - чтение файлов с пробелами в именах столбцов - javaDo Python dictionaries really offer a better way to formulate operator expressions? - pythonMySQL: products, attributes, stock levels - mysqlКак создать атомную функцию в objective-c - propertiesConditionally print stack trace on error page Depending on log level using Facelets, Seam and Logback - java-eeAll Articles