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
You cans specify the format:
to_date('20120101', 'yyyymmdd')