Hello all.
I have the following two tables:
I want a column on the Job Table that uses the correct rate for the employee and the date range. If I do a full outer join on EMP and DATE, I get three entries for every job with Brandon and two entries for every job with Melanie. I want just the single entry with the correct rate for the date.
Color me stumped.
I have the following two tables:
Employee Table
| Job Table
|
I want a column on the Job Table that uses the correct rate for the employee and the date range. If I do a full outer join on EMP and DATE, I get three entries for every job with Brandon and two entries for every job with Melanie. I want just the single entry with the correct rate for the date.
Color me stumped.