Home Forums SQL Server 2012 SQL 2012 - General SQL Full text search Select statement RE: SQL Full text search Select statement
AlexSQLForums
SSChampion
Points: 14277
More actions
February 27, 2015 at 12:20 pm
#1780750
You used wildcard %430% in like so why not use in contains WHERE CONTAINS(CustomerID, '"*' 430 '*"')