i want to get date difference.
i am using this query:- SELECT DATEDIFF('2012-08-01', '1978-12-06') AS intval ;
but this is returning only number of days. but i want result such like this:-
result:- 33year,2month,12days
please suggest me how can i write such type of query.