Postgres comparing strings from json and table

前端 未结 0 698
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 04:22

I have the following postgres stored function:

CREATE OR REPLACE FUNCTION wg.get_user(
    req jsonb)
    RETURNS jsonb
    LANGUAGE \'plpgsql\'

    COST 100         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题