MarkSweetland
MIS
I have been looking at this all day and still can't get my head in the right place.
I have a table with header and res_ids that I need to extract only the header records that match ALL the records in a filter table.
For example, my header record:
header_id res_id
30320 117
30324 915
30325 117
30325 915
30328 117
30541 915
30542 915
30840 915
30864 915
and my filter table:
res_id
117
915
How can I return only those header_ids that have ALL the res_ids. In the example, I would only return header_id 30325 since a record with that header_id exists with matching res_ids in the filter table.
Mark
"You guys pair up in groups of three, then line up in a circle."
- Bill Peterson, a Florida State football coach