What is the use of Month in-built Sql-Server function?

 Posted by Rajesh_Kumar on 1/23/2014 | Category: Sql Server Interview questions | Views: 2156 | Points: 40
Answer:

Month extract month part from any specified date.
Syntax:
Select Month('date_expression')


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response