String column with some date formats to date
971441Oct 30 2012 — edited Oct 30 2012Hi!
Im new in Oracle :)
I need to convert a string column {VARCHAR2 (70 Byte)} to date. But this column have some type os dates... I found three types:
17/02/12 06:00:04,403398 -02:00
19-MAR-12 06.00.07.936287 AM -03:00
30/03/2012 06:00:03:000
How can I convert this column to date? I dont need hours, just the date...
Im using Oracle 10g.
Thanks a lot!