is concat a group by function?

From: Aloha Kakuikanu <nospam_at_newsranger.com>
Date: Fri, 04 May 2001 21:56:11 GMT
Message-ID: <%zFI6.1690$vg1.141759_at_www.newsranger.com>


SELECT
MGR,
CONCAT( EMPNO ) || ','
FROM SCOTT.EMP
group by MGR

doesn't work, of course. Any other way to do it? Received on Fri May 04 2001 - 23:56:11 CEST

Original text of this message