Transform a bigint to a duration in Timestream

0

When I have a bigint value which is actually a duration in milliseconds, is there a better way than this to transform it?

parse_duration(cast(my_value as varchar) || 'ms')
mahe
已提问 2 年前253 查看次数
1 回答
1

This the correct way to transform a bigint value to duration in Timestream.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则