...
Info |
---|
NOTE: If the source Datetime value does not include a valid input for this function, a missing value is returned. |
Tip |
---|
Tip: You can use the the |
...
Output: Generates a column of values containing the numeric weekday values derived from the the MyDate
column.
D s | ||
---|---|---|
|
D code |
---|
derive type:single value:WEEKDAY(datetime_col) |
Argument | Required? | Data Type | Description |
---|---|---|---|
datetime_col | Y | datetime | Name of column whose weekday values are to be computed |
D s lang notes |
---|
datetime_col
...
- Missing values for this function in the source data result in missing values in the output.
- Multiple columns and wildcards are not supported.
Tip |
---|
Tip: You cannot insert constant Datetime values as inputs to this function. However, you can use the following: |
D s snippet usage
Required? | Data Type | Example Value |
---|---|---|
Yes | Datetime | myDate |
...