1.select wm_concat(column) from table; 2.select listagg(column,',') within group (order by column) from table