SGGL_SHJ/DataBase/版本日志/SGGLDB_V2024-10-30-gaofei.sql

7 lines
178 B
MySQL
Raw Normal View History

2024-10-30 17:15:30 +08:00
--<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD>˵<EFBFBD>λ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
alter table Environmental_EnergyReportItem
add SortUnit int NULL;
GO
update Environmental_EnergyReportItem set SortUnit=1 where EnergyReportId='template';
GO