Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 dealing with nulls

Author  Topic 

Slippy
Starting Member

1 Post

Posted - 2007-08-23 : 16:09:09
I'm fairly new to this so maybe this is an easy question to answer. . .

I'm trying to pull in multiple columns from one table into one column on another table. I'm adding simple html tags in between the columns so i can output them in a nice table view in my network monitoring application. The problem is, if there is a null in any of the columns it nulls out the whole row for that entry. Is there an easy way to deal with these nulls?

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-08-23 : 16:16:25
COALESCE
ISNULL



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -