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: concatenating with oracle output

Re: concatenating with oracle output

From: Maxim Demenko <mdemenko_at_arcor.de>
Date: Tue, 14 Nov 2006 16:55:05 +0100
Message-ID: <4559e747$0$5726$9b4e6d93@newsspool3.arcor-online.net>


pawan_test schrieb:
> Hi All,
>
> i have a question regarding the oracle database.
> i have a table say table1
>
> select a,b,c from table1;
>
> i have d=10 and e=5
>
> i have to append the values of d and e to the output of the above query
>
> the ouput might look like; a b c 10 5
>
> can anyone please suggest me how do I do it in oracle
>
> thanks
> mark
>

You would have to use either
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/operators003.htm#i997789 or
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/functions026.htm#i77004

Best regards

Maxim Received on Tue Nov 14 2006 - 09:55:05 CST

Original text of this message

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