Cannot enter the character string "CONCAT ()" in the execution parameter of Orchestrator

I am running the process by entering the ORACLE SQL string as the trigger execution parameter in Orchestrator.
It used to work normally, but if you include the “CONCAT ()” function in the SQL string, an error will occur when saving the trigger.
Why should such a phenomenon occur even if it is just a string?
And how should I avoid it?