Chapter 3 DBMS Reference Guide
Statement for modifying a column default value in an alter table
statement. This parameter is used in the database modification script when the default value of a column has been modified in the table.
If ModifyColnDflt
is empty, the modify database process does the following:
In Sybase Adaptive Server Anywhere 6:
ModifyColnDflt = alter table [%QUALIFIER%]%TABLE% modify %COLUMN% default %DEFAULT%
The %COLUMN% variable is the name of the column defined in the table property sheet. The %DEFAULT% variable is the new default value of the modified column.
Copyright (C) 2005. Sybase Inc. All rights reserved. |