Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I find out if the column allows nulls?
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
How do I find out if the column allows nulls?
Miscellaneous
Thread ID:
01043112
Message ID:
01043112
Views:
74
Hello,

I have the following query:

select c.name,t.name,c.length, cc.text as [default]
from systypes t,sysobjects o, syscolumns c ,syscomments cc
where 1=1
and c.id=o.id
and t.xtype=c.xtype
and c.cdefault*=cc.id
and o.name='tblcustomers'
and t.name<>'sysname'
order by c.colorder

It gives me column name, type, size, default value - how do I find out if the field allows nulls?

Thanks in advance!
Ricardo A. Parodi
eSolar, Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform