Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

jsonb_extract_path_text (jsonb_array_elements (jsonb_extract_path (cf.jsonb, 'selectField', 'options', 'values')),'value') AS value_name

---- for value_id and value_name, you can ALSO use:

---- values.jsonb #>> '{id}' as value_id,

---- values.jsonb #>> '{value}' as value_name


FROM folio_users.custom_fields AS cf

...