Posted: Thu Dec 18, 2008 8:06 pm Post subject: Column concatanation
Apprentice
Joined: 18 Dec 2008 Posts: 44
Can somebody help me out with the below things. I have to concatenate the columns(column 1,column2, column 3) with space in between them.
select column1 || ' ' ||column2||' '||column3 from tablename where column1=somevalue
I want to achieve the above thing using the esql thro' passthru statement. I have to use passthru' bcos I have a complex query to be executed with join. So can somebody help me with the above thing pls?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum