
Tendious
New User
Apr 19, 2011, 4:41 AM
Post #1 of 6
(1050 views)
|
|
Would like to seek pointers to solve my problem (I think this could be done using regex)
|
Can't Post
|
|
Hi all, I have a string of oracle sql insert statement like, insert into table_A values (100, 'hello world, TODATE('31-12-2011', 'DD-MM-YYYY'), 'This is an element, element helion'); Is there any way which we can use regular expression or any alternatives to resolve the above string into the following format? insert into table_A values ( 100, 'hello world', TODATE('31-12-2011','DD-MM-YYYY'), 'This is an element, helion.'); Thanks :)
|