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
asked 2 years ago255 views
1 Answer
1

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

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions