meridian99
MIS
Hi fellow SQlers...
I'm trying to do a sql command that will return the records that are NOT in another associated oracle table.
select * from employees
where employeeid not found in employee_history
Need to retrieve contractors which are in the employees file but do not exist in the employee_history file.
thanks for your help ...
I'm trying to do a sql command that will return the records that are NOT in another associated oracle table.
select * from employees
where employeeid not found in employee_history
Need to retrieve contractors which are in the employees file but do not exist in the employee_history file.
thanks for your help ...