Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Having an Issue with Contains while using multiple words with an AND operator

$
0
0
I'm having an issue with the following Contains Filter searching through 5 different columns in a table:

FROM [db].[dbo].[table]
where CONTAINS((Column1,Column2,Column3,Column4,Column5),' "KeyWord1" AND "KeyWord1" AND "KeyWord1" ')


Viewing all articles
Browse latest Browse all 3145

Trending Articles