Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > Splitting Doubl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 16760 of 17418
Post > Topic >>

Splitting Double Quoted String with Delimiters to Single Quoted

by vharicharan <Vharicharan@[EMAIL PROTECTED] > Jun 23, 2008 at 03:21 AM

Hi,

I need to create a function that does the following.

I/P is "LONDON,CHICAGO,SANFRANCISCO"
O/P is 'LONDON','CHICAGO','SANFRANCISCO'


This is the function that i require.
The function must be able to run even with a select statement. and
also with user defined parameters... like...

join(assuming this is the name of the function)

select join(select emp_name,emp_address from emp) from dual;
or
select join("ABCD,SAFSAFD,SDFSDFS") from dual;

Please help me to attain the functionality....
A very simplistic solution preferred.

Please mail me the reply at vharicharan@[EMAIL PROTECTED]
 ....
 




 2 Posts in Topic:
Splitting Double Quoted String with Delimiters to Single Quoted
vharicharan <Vharichar  2008-06-23 03:21:49 
Re: Splitting Double Quoted String with Delimiters to Single Quo
"fitzjarrell@[EMAIL   2008-06-23 06:09:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:41:18 CST 2008.