Files
CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/SUBQHSE_V2024-10-23-phf.sql
T
2024-10-25 18:17:05 +08:00

8 lines
176 B
Transact-SQL

--增加为了单位排序
alter table Environmental_EnergyReportItem
add SortUnit int NULL
GO
update Environmental_EnergyReportItem set SortUnit=1 where EnergyReportId='template';