Name, 'children', JSON_ARRAYAGG(json_object('name', l2.Name, 'children', l2.children)) ) as json from infrastructures l1 left join ( select l2.name ...
確定! 回上一頁