How to get age by substracting current year from date of birth in MySql

后端 未结 0 877
栀梦
栀梦 2021-01-18 10:14

I am using MySql 5.7.18-log.

I have a query as follows, which result name and date of birth in output.

select uid,Name, Dob from table1;

相关标签:
回答
  • 消灭零回复
提交回复
热议问题