Files
lserp_cs_5.0/新增SQL/20150124/手机端增加界面显示字段标记.sql
2026-07-10 15:25:05 +08:00

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)