ช่วยตรวจสอบคำสั่ง Update Person.Patient.hn ให้หน่อยครับ
ไม่ทราบว่าผมสามารถ update patient link แบบนี้เลยได้หรือเปล่าครับ
update
person p
set p.patient_hn=select pp.hn from patient pp where pp.cid<>"1111111111111" and pp.cid is not null
left outer join patient pt on pt.cid=p.cid
where p.patient_link="Y",p.patient_hn="" or p.patient_hn is null and pt.cid<>"1111111111111" and pt.cid is not null