Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

change month to name in sql server

Select DateName( month , DateAdd( month , @MonthNumber , -1 ) )
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #month #sql #server
ADD COMMENT
Topic
Name
6+2 =