为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】: 【操作系统】: 【CPU】: 【问题描述】*: 分组之后做字符串连接,ws_concat,listagg在DM8可以,DM6好像不行。
DM6有 wm_concat,使用方法: select wm_concat(name) as name from sysdba.systables where id<50;
DM6有 wm_concat,使用方法:
select wm_concat(name) as name from sysdba.systables where id<50;