oracle substr backwards code example
Example 1: plsql left() function
SUBSTR( "20190601", 0, 6 )
Example 2: plsql substr
SUBSTR( string, start_position [, length ] )
SUBSTR( "20190601", 0, 6 )
SUBSTR( string, start_position [, length ] )