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
Post a Comment