DATE_TRUNC
function in SQL.
Input argument
Argument | Remarks |
---|---|
date_trunc | The date or time period to truncate the input datetime to. |
arg | The input expression — only an Index Column expression is accepted. |
Output column name
group_key.$OFFSET
if this is the N-th expression in the group_by
clause.See also: Select the group key columnsDATE_PART
function in SQL.
Input argument
Argument | Remarks |
---|---|
date_part | The date or time unit to extract. |
arg | The input expression — only an Index Column expression is accepted. |
Output column name
group_key.$OFFSET
if this is the N-th expression in the group_by
clause.See also: Select the group key columnsGROUP BY
clause in SQL.
Input argument
Output column name
group_key.$OFFSET
if this is the N-th expression in the group_by
clause.See also: Select the group key columnsGROUP BY
clause in SQL.
Input argument
Output column name
group_key.$OFFSET
if this is the N-th expression in the group_by
clause.See also: Select the group key columns