pgsql 自定义函数

摘要: CREATE OR REPLACE FUNCTION test1(id INTEGER,id1 INTEGER) RETURNS INTEGER LANGUAGE plpgsql AS $$ declare count integer; begin count = (select array_pos 阅读全文
posted @ 2022-11-01 08:56 emisunshine 阅读(269) 评论(0) 推荐(0)