2 using json_object and json_arrayagg Is it possible to get a result from the following query?select JSON_OBJECT( KEY 'objects' VALUE (SELECT JSON_ARRAYAGG( ...
確定! 回上一頁