Description
Returns the second of a minute from a datetime expression.Syntax
GetSecond(datetime_expression)
Examples
GetSecond(ToDate('2013-09-10T08:02:31.667Z')) returns 31
Extract the second component (0 through 59) from a datetime expression. Use GETSECOND for time-based analysis in Integrate.io ETL data pipelines.
GetSecond(datetime_expression)
GetSecond(ToDate('2013-09-10T08:02:31.667Z')) returns 31
Was this page helpful?