M
Matt
I'm trying to either use and expression based column in my dataset which
concatenates fields (this has got be a common task, name, new line, address
and post code) but have had trouble because carriage returns don't appear to
be supported, but more importantly if any of the fields contain a null the
whole expression returns null
The other option would appear to be to have SQL Server do it for me - I'm
still relatively new to SQL Server and again, if any fields are null then
the whole expression returns null
How do I get round this!!??
Thanks
concatenates fields (this has got be a common task, name, new line, address
and post code) but have had trouble because carriage returns don't appear to
be supported, but more importantly if any of the fields contain a null the
whole expression returns null
The other option would appear to be to have SQL Server do it for me - I'm
still relatively new to SQL Server and again, if any fields are null then
the whole expression returns null
How do I get round this!!??
Thanks