4 lines
87 B
Transact-SQL
4 lines
87 B
Transact-SQL
|
|
alter table Weld_UnitStore add IsUsed bit null
|
||
|
|
GO
|
||
|
|
update Weld_UnitStore set IsUsed=1
|
||
|
|
GO
|