SELECT listagg(description ,',') within GROUP(ORDER BY description) FROM sys_user WHERE user_id = '2' GROUP BY user_id