I have a ISO-8601 date in VARCHAR2 type, how can i convert that String date to timestamp in oracle db?
Date Example: "2014-09-12T11:53:06+00:00"
Maybe is something like the following but i not sure what is the format.
SELECT to_timestamp_tz ('2014-09-12T11:53:06+00:00', ????) FROM DUAL
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…