Member since
10-23-2019
4
Posts
0
Kudos Received
0
Solutions
10-24-2019
07:42 AM
Hi Team,
I have a hive table column under this format, 2019-Oct-14 20:00:01.027898 as string but I want to insert in to another table as timestamp.
I tried using hive date functions but its cutting down the milliseconds, or its rounding up. I want the string to be stored exactly as it is in the table.
Could someone please provide me the easiest solution.
Thanks, RNN
... View more
Labels:
- Labels:
-
Apache Hive
10-23-2019
03:55 PM
Thanks for your reply, but it didn't work. I tried using other functions but it brings up the date time without milliseconds. But I want the milliseconds as well.
... View more
10-23-2019
02:38 PM
Thanks for the solution. Could you please guide me for hive too, converting string to timestamp for the same formatted string.
... View more
10-23-2019
11:21 AM
Hi Team,
I have an impala table column under this format, 2019-Oct-14 20:00:01.027898 as string but I want to insert in to another table as timestamp. I tried so many ways but its giving me null.
Could you please guide me the easiest way to store this formatted string as timestamp in impala.
Thanks, RNN
... View more
Labels:
- Labels:
-
Apache Impala