shutterace
MIS
Hi,
I can't figure this out. I am trying to select all records from a table(formatted) where one of its columns contains the value of a column in another table(paths). The data in the second table is a substring of the data in the first. Confused yet? Here is one example of what I am trying.
SELECT *
FROM formattted
WHERE CONTAINS (formatted.path, paths.path)
I just can't seem to get the syntax correct.
Thanks!
-Jim
I can't figure this out. I am trying to select all records from a table(formatted) where one of its columns contains the value of a column in another table(paths). The data in the second table is a substring of the data in the first. Confused yet? Here is one example of what I am trying.
SELECT *
FROM formattted
WHERE CONTAINS (formatted.path, paths.path)
I just can't seem to get the syntax correct.
Thanks!
-Jim