Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we know the number of days between two given dates
using MySQL?

Answer Posted / sergii

DATEDIFF(expr1,expr2)

DATEDIFF() returns expr1 – expr2 expressed as a value in
days from one date to the other. expr1 and expr2 are date
or date-and-time expressions. Only the date parts of the
values are used in the calculation.

mysql> SELECT DATEDIFF('1997-12-31 23:59:59','1997-12-30');
-> 1
mysql> SELECT DATEDIFF('1997-11-30 23:59:59','1997-12-31');
-> -31

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is field in mysql?

979


What does blob mean in mysql?

1012


How do I flush privileges in mysql?

1060


What are the column comparisons operators?

1294


What is the difference between unix timestamp and mysql timestamp?

1095


What are the advantages and disadvantages of using mysql?

1046


How to display nth highest salary from a table in a mysql query?

1045


Can we write pl sql mysql?

981


Does insert statement lock the table?

987


How do I restore a database in mysql workbench?

1069


Is mysql connect deprecated?

1017


What is mysql_connect?

998


How to create a new table in mysql?

1096


What is RMS Migrations

2443


how you will Create a database on the mysql server with unix shell.

1099