×
×’× ×Ÿ גידל דגן
Following examples i found on the web i tried to build my own SQL condition
for a query to search all columns in table "a" for the text containing the
word milk.
Here is what i came up with:
SELECT *
FROM [a]
WHERE CONTAINS(*, milk)
I am getting error message: "Syntax error (missing operator) in Query
Expression 'CONTAINS(*,milk)'
what is the missing operator?
i tried replacing "*" with a specific column name but i am still getting the
same error.
for a query to search all columns in table "a" for the text containing the
word milk.
Here is what i came up with:
SELECT *
FROM [a]
WHERE CONTAINS(*, milk)
I am getting error message: "Syntax error (missing operator) in Query
Expression 'CONTAINS(*,milk)'
what is the missing operator?
i tried replacing "*" with a specific column name but i am still getting the
same error.