Everytime i try to use the following query i get an eror message. It looks like this type of query with "LIKE", "CONCAT" and 2 wildcards is not allowed. Is there any possible solution?
Page 1 / 1
Hi Fynn,
try using || instead of concat(): ... LIKE '%'||"ActivityMapping_xlsx_Mapping"."BEZEICHNUNG"||'%'
It works for me.
BR, Attila
Thanks Attila for your answer. It worked this way :D
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.