Created
February 11, 2015 09:35
-
-
Save amilabandara/00ecc35f51902c1a67ce to your computer and use it in GitHub Desktop.
mysql Essentials
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#get age to current date | |
select timestampdiff(YEAR, dob, curdate()) AS age from table name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment