Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

MOD function [Numeric] Next Page

MONTH function [Date and time]


Returns a month of the given date.

Syntax

MONTH( date-expression )

Parameters

date-expression    A datetime value.

Remarks

The value returned is a number from number from 1 to 12 corresponding to the datetime month.

Standards and compatibility
Example

The following statement returns the value 7.

SELECT MONTH( '1998-07-13' );