(select array_agg(ss.name) within group (order by s.index) as student_names from table(flatten(input => c.students, mode => 'array')) s join students ss on ...
確定! 回上一頁