|
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.
|