Description
Returns the day of a month from a datetime expression.Syntax
GetDay(datetime_expression)Examples
GetDay(ToDate('2013-09-10T08:02:31.667Z')) returns 10
Extract the day-of-month component (1 through 31) from a datetime expression. Use GETDAY for date-based filtering and grouping in ETL pipelines.
GetDay(ToDate('2013-09-10T08:02:31.667Z')) returns 10