摘要: 集合操作: select employee_id, job_id from employees union all select employee_id, job_id from job_history; // 两个查询取交集 select employee_id, job_id from empl 阅读全文
posted @ 2017-08-01 20:31 我会发光kk 阅读(104) 评论(0) 推荐(0) 编辑