Aggregating rows into a list. Oracle SQL. Jul 12, 2020 SQL select listagg(field_name, ', ') within group (order by field_name) from ps_some_table