Skip to content

Instantly share code, notes, and snippets.

@PoTHuYJoHN
Last active December 18, 2015 14:28
Show Gist options
  • Save PoTHuYJoHN/5797261 to your computer and use it in GitHub Desktop.
Save PoTHuYJoHN/5797261 to your computer and use it in GitHub Desktop.
Get age from birthday in MYSQL
select *,FlOOR(DATEDIFF(NOW(), `birthdate`) / 365.25) as age FROM users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment