Hi all,
how can I find strings which are include this chars '(' + ')'?
If I use the following syntax I get return nothing:
select FieldName from basobject where KeyWord like '\AEnergie (ME)\Z' no_case
If I change the search string to
'\AEnergie' no_case
I get some records return.
Thanks for your answer
Carsten