alter table p_systemwordbooktab add ShowMobile1 int default 0 not null go update p_systemwordbooktab set ShowMobile1=ISNULL(ShowMobile,0)