标签:技术 http image 需要 查询 img 详情 src 部门
首先根据工号emp_no连接两个表,然后由于需要查询当前还处于在职状态的领导的薪水,所以需要加上
where s.to_date=‘9999-01-01‘
and d.to_date=‘9999-01-01‘
查找各个部门当前(to_date='9999-01-01')领导当前薪水详情以及其对应部门编号dept_no
标签:技术 http image 需要 查询 img 详情 src 部门
原文地址:https://www.cnblogs.com/jiguang321/p/11973781.html