|
From: Skopalik S. <sko...@hl...> - 2002-09-23 07:58:00
|
See SNLV UDF function. Use like this: 'asasd'||SNVL(SurName,'') SLavek > I have this problem with string concatenation: > > SELECT FIRST_NAME||LAST_NAME FROM CUSTOMERS > > returns NULL when any of the fields has a NULL value. > |