mysql: SELECT name,group_concat(counts) from JY_STARTYEAR_SPIDER GROUP BY name;mysql
在oracle下不识别group_concat函数sql
oracle: SELECT name,to_char(wm_concat(counts)) from JY_STARTYEAR_SPIDER GROUP BY name;oracle