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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sql query

Re: sql query

From: Barbara Boehmer <baboehme_at_hotmail.com>
Date: 30 Sep 2005 15:45:14 -0700
Message-ID: <1128120314.515937.176680@f14g2000cwb.googlegroups.com>


There are a lot of ways to do this. I have shown three ways below.

C
-

a
b
c
d
e
f

6 rows selected.

COL1



a,b,c,d,e,f

Function created.

scott_at_ORA92> SHOW ERRORS
No errors.
scott_at_ORA92> SELECT your_func FROM DUAL
  2 /

YOUR_FUNC



a,b,c,d,e,f

STRAGG(COL1)



a,b,c,d,e,f

scott_at_ORA92> Received on Fri Sep 30 2005 - 17:45:14 CDT

Original text of this message

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