oracle substr
SUBSTR( string, start_position [, length ] )
Parameters or Arguments
- string
- The source string.
- start_position
- The starting position for extraction. The first position in the string is always 1.
SUBSTR( string, start_position [, length ] )