Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Sql question
Here the output from the table test1
Select * from test1;
N1
---
A
B
C
D
E
F
Is there an Oracle function or is there a Sql statement that will print the following result without us create a function.
Result
A,B,C,D,D,F
Thanks.
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 19 2004 - 20:03:39 CDT
![]() |
![]() |