Hi guys, i've been killing myself with this problem. Other programmers in my team don't think this can be done.
The problem being.
I have a table full of applicants, each applicant has at least one record, the difference between each record is the applicant's job_status.
I am trying to select all the applicants where they have a job_status of 5 and 17. Their job_status' are held in the separate rows if you see what i mean.
When i select the applicant by id, i get say 5 records, record 1 shows a job_status = 5, row 2 shows job_status = 8 and row 3 shows job_status = 17 etc etc.
I am really stumped and would appreciate any help.
Thanks in advance.
Dom
The problem being.
I have a table full of applicants, each applicant has at least one record, the difference between each record is the applicant's job_status.
I am trying to select all the applicants where they have a job_status of 5 and 17. Their job_status' are held in the separate rows if you see what i mean.
When i select the applicant by id, i get say 5 records, record 1 shows a job_status = 5, row 2 shows job_status = 8 and row 3 shows job_status = 17 etc etc.
I am really stumped and would appreciate any help.
Thanks in advance.
Dom