Subject | NULL in concatenate |
---|---|
Author | Filip Křikava |
Post date | 2003-12-28T11:33:31Z |
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
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