|
Posted by Alex on 06/30/06 21:45
I am trying to create a system that will select candidates for a job
based on certain criteria (i.e. Supperted States)
The candidates are allowed to choose up to 5 supported states. The
problem comes when creating the query to pull the candidates out.
I can get it to work with only one supported state, no problem. But I
have no idea how to tell the DB to look through SupportedState1 OR
SupportedState2 OR SupportedState3 OR SupportedState4 OR
SupportedState5 to find the particular state that the job is in.
Does an OR operator exist; or at least some mechanism for achieving
this? Maybe there is a smarter way to implement this instead of 5
seperate fields for the supported states?
Thanks so much,
Alex
Navigation:
[Reply to this message]
|