I have the following ms sql syntax to find all rows, which have these words:
select * from Expat_MA where CONTAINS (zusammen,'"*hans*" AND "*Level 4*"');
so this is my DB column, where the search is going through:
I just want the yellow marked row, but I get all 4 rows as result.
What's wrong ?