json_table (. u.profiles, '$[*]'. columns (. site varchar2(10) path '$.site'. , name varchar2(10) path '$.name'. ) ) p. order by u.id, p.site.
確定! 回上一頁