时间:2021-07-01 10:21:17 帮助过:6人阅读
begin
declare i int;
i :=1;
for i in 1..10 loop
insert into table_name values (i,now());
i=i+1;
end loop;
end;
补充:
字符串变整数
ONVERT(‘123‘,SIGNED);
postgresql新建插入存储过程
标签:pos into loop oop sign 存储 postgre 插入 for