mysql中 group_concat函數在oracle中使用

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

相關文章
相關標籤/搜索