Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第20关讲解示例中员工表employees与部门表departments关联查询cross join结果错误 #35

Open
DF-22 opened this issue Aug 11, 2023 · 0 comments

Comments

@DF-22
Copy link

DF-22 commented Aug 11, 2023

第20关讲解示例中,员工表employees与部门表departments关联查询结果错误

SELECT e.emp_name, e.salary, e.department, d.manager
FROM employees e
CROSS JOIN departments d;

e.department应更正为d.department

@DF-22 DF-22 changed the title 第20关员工表employees与部门表departments关联查询结果错误 第20关讲解示例中员工表employees与部门表departments关联查询cross join结果错误 Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant