SEARCHING AND REPLACING BRACKETS IN A STRING IN ORACLE 10G
Posted
by Tunde
on Stack Overflow
See other posts from Stack Overflow
or by Tunde
Published on 2010-03-18T14:30:04Z
Indexed on
2010/03/18
14:31 UTC
Read the original article
Hit count: 289
hello,
Thanks as usual for your prompt and kind suggestions. i am currently developing a function that is meant to execute dynamically created SQL statements. this is done by concatenating the columns and fetching them via cursors. the problem is that when there is a function with a comma between its arguments, the concat concatenates the contents of the functions inclusive.
Is it possible to skip contents of every bracket found in a string using REGEXP_SUBTR or REGEXP_REPLACE?
Many thanks for the anticipated response.
© Stack Overflow or respective owner