P
Phil
Hi All,
I have 2 tables that look like the following
ID, SDate, EDate, OIN
1 071105 081105 123
1 071105 081105 456
ID, SDate, EDate, OIN
1 071105 081105 123
1 071105 081105 456
1 071105 081105 789
What I want is by joining on the is pull back the records that are in the
secod table and are not in the first, so I want my query to come back with
the results
ID, SDate, EDate, OIN
1 071105 081105 789
I have tried various joins and outer joins but not with my luck, another fly
in the ointment perhaps is all these fields are text and need to stay that
way so I cant change any of the table designs.
If anyone knows of a solution to this it would be much appreciated.
Thanks
I have 2 tables that look like the following
ID, SDate, EDate, OIN
1 071105 081105 123
1 071105 081105 456
ID, SDate, EDate, OIN
1 071105 081105 123
1 071105 081105 456
1 071105 081105 789
What I want is by joining on the is pull back the records that are in the
secod table and are not in the first, so I want my query to come back with
the results
ID, SDate, EDate, OIN
1 071105 081105 789
I have tried various joins and outer joins but not with my luck, another fly
in the ointment perhaps is all these fields are text and need to stay that
way so I cant change any of the table designs.
If anyone knows of a solution to this it would be much appreciated.
Thanks