FROM json_array_elements('{"cnt":5,"list":[…]}'::json->'list');. The statement takes the JSON object and extracts the list element from it. As it contains an ...
確定! 回上一頁