select MONTH('2002-09-30') : MONTH « Date Functions « SQL Server / T-SQL Tutorial






3> select MONTH('2002-09-30')
4> GO

-----------
          9

(1 rows affected)








10.13.MONTH
10.13.1.Displaying the Integer Value For Part of a Date using MONTH
10.13.2.select MONTH('2002-09-30')