all groups > sql server mseq > july 2003 >
You're in the

sql server mseq

group:

Forcing null records


Forcing null records Brent
7/18/2003 1:24:46 PM
sql server mseq:
I am trying to get a record to write to my table even if
the selection criteria fails. I need the columns to be
in my table even if they are blank.

Re: Forcing null records Ray Higdon
7/18/2003 8:20:22 PM
Without an example of table and code I would say use the case statement
to say if null then 'whatever'


Ray Higdon MCSE, MCDBA, CCNA

*** Sent via Developersdex http://www.developersdex.com ***
Re: Forcing null records Anith Sen
7/21/2003 8:52:13 AM
Take a look at NULLIF function in SQL Server Books Online. If you need more
specific help, please post your table DDLs & sample data.

--
- Anith
( Please reply to newsgroups only )

AddThis Social Bookmark Button