Hi,
If I have a table in which are two colums job1 and job2. Both have the same possible values (ie job1 can be either cook, tv host, or sales and job2 can be ither cook, tv host, or sales).
I want to create a querie that says select DISTINCT jobs from job1 and job2... meaning, give me a list of all distinct jobs from both columns... keeping in mind that if "cook" is a distinct job from a job1 record, I dont want to pick up "cook" again from any job2 records.
Can someone help with this? I can't quite figure it out.
Thanks,
Jeff
If I have a table in which are two colums job1 and job2. Both have the same possible values (ie job1 can be either cook, tv host, or sales and job2 can be ither cook, tv host, or sales).
I want to create a querie that says select DISTINCT jobs from job1 and job2... meaning, give me a list of all distinct jobs from both columns... keeping in mind that if "cook" is a distinct job from a job1 record, I dont want to pick up "cook" again from any job2 records.
Can someone help with this? I can't quite figure it out.
Thanks,
Jeff