mysql insert query result as multiple records

VALUES is not used when we use mysql to insert and query multiple records of another table into different tables

> INSERT INTO table name (field name) SELECT field name FROM table name

eg:
INSERT INTO oneTable(nike_name) SELECT name FROM twoTable

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325706970&siteId=291194637