04pallav
9/13/2017 - 9:52 PM

update

update

create table table1(id numeric);

insert into table1(id) values
(10),
(20),
(30),
(40),
(50);


update table set column1=1