【发布时间】:2011-06-20 05:56:44
【问题描述】:
我正在尝试使用这样的 sql 命令,但由于某些明显的原因它无法正常工作。你能告诉我这种命令的出路是什么吗?
INSERT INTO ContentToGroup(ContentId,ClassSectionId)
VALUES (16, Select ClassSectionId from ClassSectionMaster where ClassId=1)
【问题讨论】:
标签: sql-server insert select-insert