SELECT name as 'hero', FROM_DAYS(DATEDIFF(NOW(), birthday)) AS 'age' FROM hero;