i have to convert this from string to date like this:
TO_CHAR(TO_DATE(SUBSTR(DATE_TIME,1,6),\'YYMMDD\'),\'YYYYMMDD\') as HI_DATE
I already try thi