Re: comma separated list

From: CJM <cindym_at_schdba00.sch.ge.com>
Date: 1996/09/09
Message-ID: <CINDYM.96Sep9131622_at_schdba00.sch.ge.com>#1/1


In article <01bb9e6c$606f8b00$bf0000c5_at_Garry.triniti.troitsk.ru> "Garry M. Filimonov" <garry_at_fly.triniti.troitsk.ru> writes:

>> > I want my output to be:
>> >
>> > firstval, value1, valuea
>> > 2ndval, val2, valb
>> >
>>
>> select ColumnA || ',' || ColumnB || ',' || ColumnC from ....

That's not what I want. Actually, I've solved my problem using PL/SQL with dbms_output.put_line

--
Received on Mon Sep 09 1996 - 00:00:00 CEST

Original text of this message