PETSTORE
TO_CHAR()
SALE_DATE
SUBSTR()
SUBSTR(char_string, start_position, length )
char_string
start_position
length
SUBSTR( 'ABCDEF', 2, 2)
'BC'