ผมทำสีแดงไว้ให้แล้วนี้ครับกระทู้ด้านบน ที่คุณ pop_hosxp พิมพ์ ตัว a ตกไป 1 ตัว ครับ
update rx_operator
inner join rx_operator as rx_operator_2 on rx_operator.vn=rx_operator_2.vn
set rx_oper
ator.check_staff=rx_operator_2.check_staff
where rx_operator.vn = '530201073156' and rx_operator.check_staff is null
หรือไม่ก็เอาแบบนี้ก็ได้
update rx_operator ro1
inner join rx_operator as ro2 on ro1.vn=ro2.vn
set ro1.check_staff=ro2.check_staff
where r01.vn = '530201073156' and ro1.check_staff is null