Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
SELECT REGEXP_SUBSTR('Test Value','[^,]+', 1, LEVEL) FROM dual |
/* SQL Error (1582): Incorrect parameter count in the call to native function 'REGEXP_SUBSTR' */ |
Oracle Doc: https://docs.oracle.com/cd/B28359_01/server.111/b28286/functions138.htm#SQLRF06303