For the sample code of J. Using CONTAINS to verify a row insertion, it can't work in my environment, I have to add double quotation mark for "Adventure Works".
......................................
AND r.ProductID = (SELECT ProductID
FROM Production.ProductReview
WHERE CONTAINS (Comments,
' "Adventure Works" AND
Redmond AND
"Mountain-200 Silver" ')
↧