timestampdiff(year,sbirthday,curdate())这个方式是最合适的方法
SELECT uname, year(now())-year(ubirthday)FROM users ;