Chapter 3 DBMS Reference Guide


DropColnChck

Statement for dropping a column check in an alter table statement. This statement is used in the database modification script when the check parameters have been removed on a column.

If DropColnChck is empty, the Modify database process does the following:

Example

In Sybase Adaptive Server Anywhere 6:

DropColnChck = alter table [%QUALIFIER%]%TABLE%
modify %COLUMN% check null

The %COLUMN% variable is the name of the column defined in the column list window of a table.

 


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