8 lines
152 B
Transact-SQL
8 lines
152 B
Transact-SQL
|
|
alter table JGZL_IndustrialPipelineInstallationSummary add FromType char(1)
|
|
go
|
|
|
|
update JGZL_IndustrialPipelineInstallationSummary set FromType='1'
|
|
go
|
|
|