N
Noozer
I'm trying to create an SQL query to list all records where the field Name
contains the string "abc". For some reason I cannot figure out how to do
this.
SELECT * FROM MyTable WHERE CONTAINS(Name, "abc") > 0
....gives me an operator missing error.
Can someone show me the error of my ways?
: )
contains the string "abc". For some reason I cannot figure out how to do
this.
SELECT * FROM MyTable WHERE CONTAINS(Name, "abc") > 0
....gives me an operator missing error.
Can someone show me the error of my ways?
: )