Home Sql Sqldate Mysql Date Add



Mysql Date Add
Posted on: December 31, 2008 at 12:00 AM
Mysql Date Add is used to add the days to the date specified in query.

Mysql Date Add

     

Mysql Date Add is used to add the days  to the date specified in query.

Understand with Example

The Tutorial illustrate an example from 'Mysql Date Add'. To grasp this example we use query AddDate('2008-11-15',INTERVAL 31 DAY) that add intervals of 31 days.

ADDDATE('2008-11-15',INTERVAL 31 DAY) : The given query add a interval of 31 days to the '2008-11-15'.

Query:-

 

 

SELECT ADDDATE('2008-11-15', INTERVAL 31 DAY);

Output:-

Related Tags for Mysql Date Add:
sqlmysqlcquerydatesedifieaddtocieusepeinmddadspecdaysspdaysatmyissstho


More Tutorials from this section

Ask Questions?    Discuss: Mysql Date Add  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.