3 lines
137 B
Transact-SQL
3 lines
137 B
Transact-SQL
alter table p_systemwordbooktab add ShowMobile1 int default 0 not null
|
|
go
|
|
update p_systemwordbooktab set ShowMobile1=ISNULL(ShowMobile,0) |