Oracle/SQL Fundamentals I
10일차 # 7-20 Matching the SELECT Statement: Example
Bohemian life
2012. 4. 17. 14:52
SELECT employee_id, job_id, salary
FROM employees
UNION
SELECT employee_id, job_id, 0
FROM job_history;