Member since
07-23-2016
6
Posts
1
Kudos Received
0
Solutions
07-23-2019
01:12 PM
This is a kind of a late response to this thread but you can use a coalesce function: coalesce(from_unixtime(unix_timestamp(dob ,"MMM dd, yyyy"), "dd/MM/yy"),from_unixtime(unix_timestamp(dob ,"MM/dd/yyyy"), "dd/MM/yy"), from_unixtime(unix_timestamp(dob ,"MM/dd/yy"), "dd/MM/yy)) as new_dob
... View more