select p.hn,p.cid,concat(p.pname," ",p.fname," ",p.lname) as patientname,p.addrpart,p.moopart,th.full_name as address
,p.birthday,year(curdate()) - year(p.birthday) as age,cm.regdate,cm.begin_year,cm.note
,cm.send_to_pcu_date,clinic_member_status_name as status from clinicmember cm
inner join patient p on p.hn = cm.hn
left outer join thaiaddress th on th.chwpart = p.chwpart and th.amppart = p.amppart and th.tmbpart = p.tmbpart
left outer join clinic_member_status c on c.clinic_member_status_id = cm.clinic_member_status_id
where cm.hn in(select hn from clinicmember where clinic="002") and cm.clinic="001"
and year(curdate()) - year(p.birthday) between"15"and"50"
เป็นการดึงข้อมูลทะเบียนคนไข้ในคลินิกพิเศษข้อมูลหลักเป็นข้อมูลเบาหวาน
select * from clinic ดูรหัสคลินิกว่าเบาหวานความดันรหัสอะไร
ของผม DM=001,HT=002