Could you please help me in converting date from the format \"20120101\" to DATE format in Orcle Sql.
I looked at this link but it does not mention if the date format is
SELECT to_date('20120101','YYYYMMDD') FROM dual;