Showing posts with label DateName. Show all posts
Showing posts with label DateName. Show all posts

Monday, 15 November 2010

DateName function - SQL

SELECT DATENAME(month, GETDATE()) AS 'MonthName';