Any suggestions on converting varchar (12/01/2020) to a date in Impala? Have tried using cast, converting to timestamp but continues to error or have null values. Thanks
Pls use select to_timestamp('12/01/2020', 'MM/dd/yyyy');
select to_timestamp('12/01/2020', 'MM/dd/yyyy');
2.1m questions
2.1m answers
60 comments
57.0k users