The following query is not working in Mysql 4.0
Expand|Select|Wrap|Line Numbers
- SELECT DATEDIFF(
- '2007-08-27', '2007-08-17'
- )
What should i do to find the date difference in Mysql 4.0 But the date format query is working
ie
Expand|Select|Wrap|Line Numbers
- SELECT DATE_FORMAT(Dt,'%d-%m-%Y') FROM Product_Master
Kindly provide the solution.
Thanks in advance.
Best Regards,
Madhumadhi.S