Description
Resets the ISO datetime string to the beginning of the week (Monday) specified in the string.Syntax
ISOToWeek(datetime_string)
Examples
ISOToWeek('2009-01-07T01:07:01.000Z') returns 2009-01-05T00:00:00.000Z
Truncate an ISO datetime string to Monday of its week. Use ISOTOWEEK for weekly aggregations and reporting in Integrate.io ETL data pipelines.
ISOToWeek(datetime_string)
ISOToWeek('2009-01-07T01:07:01.000Z') returns 2009-01-05T00:00:00.000Z
Was this page helpful?