ora-01878: specified field not found in datetime or interval
RinneNov 13 2009 — edited Nov 13 2009select max(to_char(from_tz(to_timestamp(to_char(timeabc, 'MM/DD/YYYY HH24:MI:SS'), 'MM/DD/YYYY HH24:MI:SS'), 'Australia/ACT') at time zone 'US/Pacific', 'hh24'))
from table1
When I run the above query, I get the ora-01878: specified field not found in datetime or interval error. timeabc column in my table is a date field. I think I'm using the wrong time zones. Help please.