INSERT INTO "table_name" ("column1", "column2", ...)
VALUES ("value1", "value2", ...)
INSERT INTO "table1" ("column1", "column2", ...)
SELECT "column3", "column4", ...
FROM "table2"
Note that this is the simplest form. The entire statement can easily contain WHERE, GROUP BY, and HAVING clauses, as well as table joins and aliases.
个人网站域名
1 個月前
沒有留言:
張貼留言