do
$$
begin
if not exists(
) then
insert into
end if;
end;
$$;
pgsql可重复执行insert脚本
最新推荐文章于 2023-05-25 10:28:26 发布
do
$$
begin
if not exists(
) then
insert into
end if;
end;
$$;