摘要: 先看postgresql中的匿名块do $$ declare i record; begin for i in 100000..300000 loop insert into scott.departments select 100000 + i, 'dept' || 100000 + i, now 阅读全文
posted @ 2022-06-04 15:57 zhjh256 阅读(81) 评论(0) 推荐(0) 编辑