I have a customer who has legacy data stored in Oracle database. Such data contains mixed DATE values in one column in database (that field is VARCHAR(32)). For example they store '30-Sep-2009' and sometime '1254431689' (that is a timestamp in epoch time).
I have no option to split the data into multiple columns (so I have to deal with it).
Question is - How to convert the data on the fly in SQL Select statement?