คำสั่งที่ใช้
1.select * from patient where cid not in (select cid from person)
2.select p1.* from patient p1,person p2 where p1.cid!=p2.cid
3.select * from patient where not cid in (select cid from person)
v3.59.9.30 แต่ทดสอบแล้วเป็นกับทุกเวอร์ชั่นครับ
mysql 10.1.10 maria
ควรแก้ไขอย่างไรดีครับ ขอบคุณครับ