Hi 🙂
I am using a CONTAINS statement and need to do a subquery inside the statement.
For example:
CONTAINS([MyCol], (SELECT [MyCol2] FROM [MyTable]))
Obvisouly, this isn't allowed...
Does anybody have a solution to this that doesn't require creating dynamic SQL?
Cheers
Rob