View Single Post
  #3 (permalink)  
Old 04-10-2008, 05:58 AM
raghu408 raghu408 is offline
Member
 
Join Date: Apr 2008
Posts: 4
raghu408 is on a distinguished road
Hi Eranga thanks for your response... My requirement here is to get the string name||pno||id : I am trying to parse a sql query to parse it for " name||pno||id " so that i can write some functionality to convert it to CONCAT(name,pno,id). As i said above i used space as delimiter and checking if the parsed string has " || " but thats not working in the case i mentioned above.
Reply With Quote