请教各位大佬,请问下面这段代码为什么会报错呢?
select t1.*,t2.dept_no
(select * from salaries where to_date='9999-01-01')t1
join
(select * from dept_manager where to_date='9999-01-01')t2
on t1.emp_no=t2.emp_no
select t1.*,t2.dept_no
(select * from salaries where to_date='9999-01-01')t1
join
(select * from dept_manager where to_date='9999-01-01')t2
on t1.emp_no=t2.emp_no
「求助大佬帮看看这道算法题吧!」 查找各个部门当前(dept_manager.to_date='9999-01-01')领导当前(salaries.to_date='9999-01-01')薪水详情以及其对应部门编号dept_no ...
https://gw-c.nowcoder.com/api/sparta/jump/link?link=https%3A%2F%2Fwww.nowcoder.com%2FquestionTerminal%2Fc63c5b54d86e4c6d880e4834bfd70c3b
全部评论
相关推荐
点赞 评论 收藏
分享
11-25 14:57
中金所技术公司_业务 点赞 评论 收藏
分享
11-15 18:12
北京航空航天大学 算法工程师 点赞 评论 收藏
分享
查看9道真题和解析
点赞 评论 收藏
分享