Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql add months to date

//Returns Date time
//Takes where to add (as in year, month, day, etc) to
//Takes how much to add
//Takes a datetime in some different formats
DATEADD(month, 1, '2017/08/25') 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sql #add #months #date
ADD COMMENT
Topic
Name
5+4 =