Files
lserp_cs_5.0/新增SQL/20150202/批量接单增加自定义显示标题和内容.sql
2026-07-10 15:25:05 +08:00

3 lines
128 B
Transact-SQL

alter table P_systemwordbooktab add ShowTitleAndContent varchar(2000)
GO
update P_systemwordbooktab set ShowTitleAndContent =''