I have a simple SQL query that I am trying to do that fails. I have done very little SQL coding and do not know why this fails.
Tied to an MS SQL Server box with the this SELECT statement:
select Test.*
from Test
where contains(refer,'Test')
When I test the query I get an ERROR OPENING error message.
If I remove the where clause it works fine.