This is because the result column for json_array_elements is not called "value" by default, unlike in pg. Workaround is to use jsonb_array_elements(jdata->'o') ...
確定! 回上一頁