Subject NULL in concatenate
Author Filip Křikava
Hi,
How I can solve this expression won't be null if one of the variables is
null (AGE is null):

PPARAM = '''' || NAME || ''',' || AGE || ',' || POSITION;

Thanks
Filip