Neoview SQL Reference Manual (R2.3)

This statement is equivalent and will not produce an error:
SELECT decode( (?p1 || ?p2), trim(?p1), Hi ) from emp;
DECODE Function 343