รบกวนช่วยดู code ที่ผมแก้ไขจาก code อื่น(ที่ก้อบมาจากใน hosxp broad นี้เองครับ) exec แล้วข้อมูลไม่ยอม update
update person INNER JOIN person ON patient.fname = person.fname AND patient.lname = person.lname AND patient.sex = person.sex AND patient.birthday = person.birthdate
set person.cid=(select patient.cid from patient where patient.fname = person.fname AND patient.lname = person.lname ANDpatient.sex = person.sex AND patient.birthday = person.birthdate)
WHERE patient.cid IS NOT NULL AND person.cid IS NULL
ขอบคุณล่วงหน้าครับ.................