alter table [tableName]
add [ColumnName] [ColumnType] not null|null default [Columnvalue]
例子:
alter table Account
add cb int not null default('4'),cc int not null default('8')
add [ColumnName] [ColumnType] not null|null default [Columnvalue]
例子:
alter table Account
add cb int not null default('4'),cc int not null default('8')
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}