I'm having a string like "08/03/2018 02:00:00" which i'm trying to convert into a timestamp value.
I'm using the below code:
unix_timestamp("08/03/2018 02:00:00", "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
when i use the above code it's throwing a NULL value.
How can i convert this string to Timestamp in Hive/Hue Editor?