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