🏠
Working from home
Pinned Loading
-
PostreSQL JSONB helpers functions
PostreSQL JSONB helpers functions 1-- jsonb_select_keys take jsonb and keys and return jsonb
2-- contains only given keys
3create or REPLACE function jsonb_select_keys (resource jsonb, keys text[] ) returns jsonb
4as $$
5select jsonb_object_agg(k, v)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.