Answer the question
In order to leave comments, you need to log in
Select rows by string field with partial match?
There is a table with a text field ' path ' for example with the following values:
/aaa/bbb/ccc/1Selecting by value ' /aaa/zzz/ccc/aaa ' should select string ' /aaa/zzz/ccc/ ',
/aaa/bbb/xxx/2
/aaa/zzz/
/aaa/zzz/ccc/
/aaa/bbb/ccc/3
Answer the question
In order to leave comments, you need to log in
Remove the upper entities one at a time and search until something is found.
There was an idea with the function LEFT('search string', `field with a long string value`).
You only need to find out whether it is possible to substitute a table field into the function, i.e. will it work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question