Files
lserp_cs_5.0/新增SQL/拖动条件.sql
T
2026-07-10 15:25:05 +08:00

3 lines
107 B
Transact-SQL

alter table P_systemDlltab add dragCond varchar(1000) default('')
go
update P_systemDlltab set dragCond=''