You need to remove the values clause and just put the select straight after the table and column names of the insert clause: INSERT INTO ... ... <看更多>
「insert into select multiple rows」的推薦目錄:
insert into select multiple rows 在 8.9. INSERT — Presto 101t Documentation 的推薦與評價
INSERT INTO orders SELECT * FROM new_orders;. Insert a single row into the cities table: INSERT INTO cities VALUES (1, 'San Francisco');. Insert multiple ... ... <看更多>
insert into select multiple rows 在 sql server - Insert multiple rows WITHOUT repeating the ... 的推薦與評價
... <看更多>
相關內容