【发布时间】:2014-10-22 16:04:05
【问题描述】:
INSERT INTO Customers (CustomerName, Country)
SELECT SupplierName, Country FROM Suppliers;
customer 表还有除“CustomerName”和“Country”之外的其他列
这是我的简单 sql 查询。
请帮我用 KORMA SQL 编写它。
【问题讨论】:
标签: sql postgresql korma sqlkorma