insert into table1
select id,
case when t>0 and t<=2 then 100+t
                                      else case when t>2 and t<=4 then 200+t
                                                                                   else -----------等等
                                                                                   end
                                      end as t