Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DAY

A date function that returns the day of the month for a date expression.

Synopsis

DAY(date-expression)
{fn DAY(date-expression)}

Arguments

date-expression An expression that is the name of a column, the result of another scalar function, or a date or timestamp literal.

Description

Note:

The DAY function is an alias for the DAYOFMONTH function. DAY is provided for TSQL compatibility. Refer to DAYOFMONTH for further details.

See Also

FeedbackOpens in a new tab