Chapter 3 DBMS Reference Guide


ModifyColnNull

Statement for modifying the null/not null status of a column in an alter table statement.

Example

In Oracle 7:

alter table [%QUALIFIER%]%TABLE%
   modify %COLUMN% %NOTNULL%

 


Copyright (C) 2005. Sybase Inc. All rights reserved.