HJGL_DS/DataBase/版本日志/HJGLDB_DS_2025-09-15_gf.sql

4 lines
87 B
Transact-SQL

alter table Weld_UnitStore add IsUsed bit null
GO
update Weld_UnitStore set IsUsed=1
GO