Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
While executing the SQL I have got below statement:
I was able to find the solution.
Need to another 2 backslashes to ignore.
regexp_instr(lower(md.name), '^(week|module) \\\\d+')
I was able to find the solution.
Need to another 2 backslashes to ignore.
regexp_instr(lower(md.name), '^(week|module) \\\\d+')