ใช้ฟังชั่น GetThaiAge หรือ ลองนำ query ไปใช้ดูค่ะ
select pt.birthday,curdate(),
timestampdiff(year,pt.birthday,curdate()) as cnt_year,
timestampdiff(month,pt.birthday,curdate())-(timestampdiff(year,pt.birthday,curdate())*12) as cnt_month,
timestampdiff(day,date_add(pt.birthday,interval (timestampdiff(month,pt.birthday,curdate())) month),curdate()) as cnt_day
from patient pt
where pt.hn='00016597'
อ้างอิงกระทู้ :
http://hosxp.net/smf2/index.php?topic=14725.0พรพรรณ ผิวเอี่ยม
เจ้าหน้าที่ติดตั้งระบบและดูแลหลังการขาย