Hello all,
Does anyone know how to search for wildcard character in the search dialog?
We have data that looks like this:
XXX_YYYYYYYY
XXX_zzzzzzzzz
XXXXX_YYYYYY
XXXXX_zzzzzzzzz
and we want to see only the top 2 results.
WHERE field LIKE 'XXX!_%' ESCAPE '!'
This can be used in the sql-query, but sql-query is not available in all masks.
Thanks for the help!