How to search Keywords like IN, OR, AND in a column with FullText Index in MSSQL Server 2008 -


i want search keywords in, or, etc table fulltext index this:

select * table1 contains(countrycode, 'in or de or gb') 

but query returning rows "de" or "gb" only, not "in". how can solved?

probably because in , or keywords on sql.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -