D
David
Hi all,
I have a small problem...
I need to do string concatenation in sql server...
i.e.
select field1 + field2 + field3 as JoinedField from table
This works fine IF all the fields have content, but if one of them is null,
then the whole JoinedField is null.
Any idea on how I can fix it? I want the joined value as though the null was
just an empty string.
Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
I have a small problem...
I need to do string concatenation in sql server...
i.e.
select field1 + field2 + field3 as JoinedField from table
This works fine IF all the fields have content, but if one of them is null,
then the whole JoinedField is null.
Any idea on how I can fix it? I want the joined value as though the null was
just an empty string.
Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available