variadic_array_arg.sql 96 B

123
  1. --!syntax_pg
  2. select json_extract_path('{"f2":{"f3":1},"f4":{"f5":99,"f6":"foo"}}', 'f4', 'f6')