November 9, 2012 at 9:48 am
November 9, 2012 at 10:13 am
Yep, ISNULL or COALESCE, but...
In order to mix string "No Data" with numerics in the same columns, you will need to convert all of them into varchar. This sort of staff is better to be done in a client app or in a report.
November 9, 2012 at 10:16 am
Eugene Elutin (11/9/2012)
Yep, ISNULL or COALESCE, but...In order to mix string "No Data" with numerics in the same columns, you will need to convert all of them into varchar. This sort of staff is better to be done in a client app or in a report.
He's already converting to char using the STR function.
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply