June 18, 2011 at 9:51 am
kamala_moorthy (6/17/2011)
...without using PL/SQL...
You might want to try a good Oracle forum or maybe give "Ask Tom" a try. This forum is heavily T-SQL oriented.
I am curious, though. Why do you need to do this using standard SQL instead of using the richness of PL/SQL?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2011 at 9:57 am
As a bit of a side bar, using the following as search term in Google. It produces some pretty good hits according to the returned titles...
split CSV in Oracle
Just replace "," with ";" in the answers given. Of course, I didn't check to see if they were non-PL/SQL answers or not. I'll leave that up to you.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 20, 2011 at 12:24 am
Thanks Jeff.
Regards,
Kamal
June 26, 2011 at 5:07 pm
kamala_moorthy (6/20/2011)
Thanks Jeff.Regards,
Kamal
You're welcome. But you still didn't answer my question and this IS a two way street here. 😉 Why do you need to do this using standard SQL instead of using the richness of PL/SQL?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2011 at 11:33 pm
Jeff,
The requirement is for generating XL Reports from Quality Center 9.2.
The Quality Center report generator does not support PL/SQL, Supports only SQL commands.
Hence I requested only SQL query to do this.
Thanks for your suggestions.
Regards,
Kamal
June 27, 2011 at 5:27 am
Thanks, Kamal.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply