gpt4 book ai didi

mysql - 这个 mysql 代码产生语法错误,我不知道为什么

转载 作者:行者123 更新时间:2023-11-29 23:00:18 25 4
gpt4 key购买 nike

select EMP_LNAME  from Employee where EMP_DOB -0 > 19700000 LEFT OUTER JOIN Store ON Employee.STORE_CODE = Store.STORE_CODE NATURAL JOIN Region where REGION_DESCRIPT = 'East';

这段代码会导致 mysql 出现 1024 错误,我不知道为什么。有什么想法吗?

最佳答案

你的语法错误。语法必须是 select ... from ... join ... on ... where 试试这个:

select EMP_LNAME  from Employee  LEFT OUTER JOIN Store ON Employee.STORE_CODE = Store.STORE_CODE NATURAL JOIN Region where EMP_DOB -0 > 19700000 and REGION_DESCRIPT = 'East';

关于mysql - 这个 mysql 代码产生语法错误,我不知道为什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28524106/

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