小编mai*_*cky的帖子

如何在 PL/pgSQL 代码块中将 integer[] 转换为 jsonb

如何转换integer[]jsonb

declare ids int[];
declare jsonids jsonb;

jsonids := array(select id from student); -- what should I do here?
Run Code Online (Sandbox Code Playgroud)

sql postgresql plpgsql jsonb

4
推荐指数
1
解决办法
1035
查看次数

标签 统计

jsonb ×1

plpgsql ×1

postgresql ×1

sql ×1