Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> is concat a group by function?

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@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 - 16:56:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US