MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Null Column

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
danm
Intermediate


Joined: 29 Jun 2004
Posts: 170
Topics: 73

PostPosted: Thu Nov 16, 2006 12:59 pm    Post subject: Null Column Reply with quote

A table has a column which allows null value. Is it possible to alter the table definition so null is not allowed. I look at the ALTER TABLE command, it seems it is not possible.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Nov 16, 2006 1:52 pm    Post subject: Reply with quote

danm,

No you Cannot. The ALTER TABLE statements that you cannot use are those that require scanning of column data to verify the validity of the alteration operations. Specifically, this means that you cannot execute the following statements on a table:
Code:

      ADD UNIQUE CONSTRAINT
      ADD CHECK CONSTRAINT
      ADD REFERENTIAL CONSTRAINT
      ALTER COLUMN SET NOT NULL
      ALTER TABLE ADD REFERENTIAL CONSTRAINT
      ALTER TABLE ADD CONSTRAINT
      ALTER TABLE ADD UNIQUE CONSTRAINT


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
danm
Intermediate


Joined: 29 Jun 2004
Posts: 170
Topics: 73

PostPosted: Thu Nov 16, 2006 3:42 pm    Post subject: Reply with quote

Kolusu,

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group