Oracle 8.0.5.1
AIX 4.3.3
I have a table column defined as char(50)
It contains a time and date stamp defined as YY,MM,DD,HH,MI,SS
I am trying to convert this to a real date using
select to_date(PH00_CUSTOM_RESERVED, 'YY,MM,DD,HH,MI,SS') from phpick00
but get
select...