Contents Index MOD function [Numeric] MONTHNAME function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

MONTH function [Date and time]


Function 
Syntax 

MONTH ( date-expression )

Parameters 

date-expression    A datetime value.

Standards and compatibility 
Example 

The following statement returns the value 7.

SELECT MONTH( '1998-07-13' )

Contents Index MOD function [Numeric] MONTHNAME function [Date and time]