Skip to main content

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?

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