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

Home -> Community -> Usenet -> c.d.o.server -> concatenating with oracle output

concatenating with oracle output

From: pawan_test <sridhara007_at_gmail.com>
Date: 14 Nov 2006 07:45:49 -0800
Message-ID: <1163519148.886937.230770@h54g2000cwb.googlegroups.com>


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 Received on Tue Nov 14 2006 - 09:45:49 CST

Original text of this message

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