update
create table table1(id numeric); insert into table1(id) values (10), (20), (30), (40), (50); update table set column1=1