ครับเพื่อนำข้อมูลเข้า hipdata ได้แล้วไม่มีปัญหา แล้วอยาก update สิทธิใน แฟ้ม person ด้วย
update hos.person,hos.hipdata
set hos.person.pttype = hos.hipdata.pttype
,hos.person.pttype_begin_date = hos.hipdata.datein
,hos.person.pttype_expire_date = hos.hipdata.dateexp
,hos.person.pttype_hospmain = hos.hipdata.hospmain
,hos.person.pttype_hospsub = hos.hipdata.hospsub
,hos.person.pttype_no = hos.hipdata.cardid
where hos.person.cid = hos.hipdata.cid
ปล. ลองทดสอบดูในเครื่อง test ก่อนน่ะครับ
แต่ผมทดสอบกับเครื่อง test แล้วก็ update server จริงแล้วผลเป็นที่หน้าพอใจ