MONTH(CMS.App_Received_Date) as 'App Month'
will return 4
for April when the date is similar to 2012-04-01
will return 5
in May when the date is similar to 2012-05-02
, etc.
Is there a TSQL function to return in April, May, June?
i.e. MONTHNAME(CMS.App_Received_Date) as 'App Month'
VISQL source share