Let's say I have table NamesTable, which has text index on Name column
DECLARE @String2 NVARCHAR(20) = '"SomeName''*"'SELECT * FROM NamesTableWHERE CONTAINS(Name, @String2)
What does single quote in CONTAINS string mean? Why is it ignored?
Aucun commentaire:
Enregistrer un commentaire