gpt4 book ai didi

MySQL:使用 SELECT 复制行

转载 作者:行者123 更新时间:2023-11-29 09:35:20 25 4
gpt4 key购买 nike

我正在尝试从同一个表复制行,但遇到了一个问题,我需要选择的某些列与副本的列数不匹配:

INSERT INTO assessment_question (assessment_id, num, `type`, weight, `text`, `range`, attempts_permitted)
SELECT aq.assessment_id, aq.num, aq.`type`, aq.weight, aq.`text`, aq.`range`, aq.attempts_permitted, aq.active, ca.id as ca_id, cs.id as cs_id
FROM assessment_question aq
joins, where clauses, etc...

在本例中,我不想复制 SELECT 中包含的最后 3 列,因为我仅在稍后的查询中将它们用于关联。

MySQL 怎么可能做到这一点?

最佳答案

在这种情况下,只需不在语句的选择部分中包含这些字段即可。

关于MySQL:使用 SELECT 复制行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57762780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com