อันนี้เป็นตัวอย่าง สำหรับ table ptcardno ขอย้ำว่าเป็นตัวอย่าง ให้ทดสอบก่อนแล้วค่อยทำ
update ptcardno p set p.cardno = concat('0-0000-0',mid(p.hn,1,4),'-',mid(p.hn,5,2),'-',right(p.hn,1))
where p.hn in(select hn from patient where nationality <>"99" and citizenship <> '99')