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 -> Column seperator in Sql/Plus

Column seperator in Sql/Plus

From: Tyler Smith Watu <watuni2000_at_yahoo.co.nz>
Date: 21 Jan 2004 11:58:23 -0800
Message-ID: <2f3438a4.0401211158.3a057d6f@posting.google.com>


I will like to be able to seperate the columns based on a comma

For example given .............

Tyler,,COMP1,prd,main.exe
Smith,Smith,COMP23,dev.exe
Watu,,COMP7,prde.exe
********************************

I will like to select the first column and the third column seperated by ","
The query should return

Tyler COMP1
Smith COMP23
Watu COMP7

Thanks in advance for your assistance

TY Received on Wed Jan 21 2004 - 13:58:23 CST

Original text of this message

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