I have the following value (format) for a column in a Hive table :
2019-04-22 08:25:43.243754000000
(yyyy-MM-dd HH:mm:ss.SSSSSSSSSSSS)
Is there a way to truncate this value as below ? :
2019-04-22 08:25:43.243754
(yyyy-MM-dd HH:mm:ss.SSSSSS)
Thank you for your help.