Derives the numeric value for the week within the year ( |
Week 1 of the year is the week that contains January 1.
NOTE: If the source Datetime value does not include a valid input for this function, a missing value is returned. |
Column reference example:
derive type:single value:WEEKNUM(MyDate) |
Output: Generates a column of values containing the numeric week number values derived from the MyDate
column.
derive type:single value:WEEKNUM(datetime_col) |
Argument | Required? | Data Type | Description |
---|---|---|---|
datetime_col | Y | datetime | Name of column whose week number values are to be computed |
Name of the column whose week number value is to be computed.
Tip: You cannot insert constant Datetime values as inputs to this function. However, you can use the following: |
Required? | Data Type | Example Value |
---|---|---|
Yes | Datetime | myDate |