SQL SERVER MONTH function

definition:

MONTH function returns the month part of a specified date

grammar:

MONTH(date)

parameter:

DATE parameter is valid date expression.

return value:

int data type

Example:

 Disclaimer: This article is my access to online books and other materials, plus their actual test summary from, only to learn communicate, do not use for commercial purposes, any legal copyright issues arising therefrom shall not be liable, Thank you.

Guess you like

Origin www.cnblogs.com/feiyu721/p/11243721.html