Saturday, 3 March 2012

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

SELECT DATEDIFF("2007-03-07","2005-01-01");