输入banner图图片脚本导航/分类

oracle分析函数listagg

select t.*,listagg(s_name,‘,‘) within group (order by n_id) over (partition by n_deptno) from t_thz_listagg t;

oracle分析函数listagg

标签:from   分析   tno   create   char   union   ble   rac   group