gpt4 book ai didi

mysql - sql 查询错误 : multiple values are not allowed

转载 作者:行者123 更新时间:2023-12-01 00:49:12 25 4
gpt4 key购买 nike

我在数据库中有三个表

  • 标准
  • 老师
  • 类(class)

我要retrieve all the courses来自 coursespecific standard 关联的表.

请注意:

  1. 1 to many relationshipstandard 之间和 teacher .
  2. 1 to many relationshipteacher 之间和 course .
  3. no direct relationshipstandard 之间和 course .

我试图获取它但无法检索数据,因为我得到的教师数量是多个,SQL 表示 multiple values are not allowed .有办法吗?

这是我的查询:

select CourseName
from Course
where Course.TeacherID = (
select TeacherID
from Teacher
where StandardID = 7
)

最佳答案

尝试 Course.TeacherID IN ...

这是学校作业吗?

关于mysql - sql 查询错误 : multiple values are not allowed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17913524/

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