Description
Returns the millisecond from a datetime expression.Syntax
GetMilliSecond(datetime_expression)
Examples
GetMilliSecond(ToDate('2013-09-10T08:02:31.667Z')) returns 667
Extract the millisecond component from a datetime expression. Use GETMILLISECOND for sub-second precision timing in Integrate.io ETL pipelines.
GetMilliSecond(datetime_expression)
GetMilliSecond(ToDate('2013-09-10T08:02:31.667Z')) returns 667