I have a mental block on how to construct a SQL query, and I'm hoping somebody can help me.
The table is...
Code:
Expert Tool
A 1
A 2
B 1
B 3
C 2
C 4
I want to return a list of Expert values only for those experts linked to both Tool '1' and Tool '2', i.e. expert 'A'.
Any suggestions?
TIA
.... davout