mysql:     SELECT name,group_concat(counts) from JY_STARTYEAR_SPIDER GROUP BY name;

在oracle下不识别group_concat函数

oracle:   SELECT name,to_char(wm_concat(counts)) from JY_STARTYEAR_SPIDER GROUP BY name;

相关文章: