3 lines
107 B
Transact-SQL
3 lines
107 B
Transact-SQL
alter table P_systemDlltab add dragCond varchar(1000) default('')
|
|
go
|
|
update P_systemDlltab set dragCond='' |