Skip to main content

DAY (SQL)

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

Synopsis

DAY(date-expression)

{fn DAY(date-expression)}

Description

DAY returns the day of the month for a given date expression.

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

Arguments

date-expression

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

See Also

FeedbackOpens in a new tab