This will work for you in 10g.
Code:select regexp_substr(col_a,'[[:digit:]]+$') from test_exp where regexp_instr(col_a,'#') > 0; or select regexp_replace(col_a,'(.*# )','\2') from test_exp where regexp_instr(col_a,'#') > 0;
|
Results 1 to 4 of 4
Thread: SQL queryThreaded View
|
Click Here to Expand Forum to Full Width |