SELECT '10823' AS `HosMain`,`patient`.`hn` AS `hn`,`patient`.`cid` AS `cid`,`patient`.`pname` AS `pname`,
`patient`.`fname` AS `fname`,`patient`.`lname` AS `lname`,`patient`.`birthday` AS `birthday`,`patient`.`sex` AS `sex`,
`pttypehistory`.`hospmain` AS `MainHosRightID`,`hospcode`.`name` AS `MainHosID`
FROM ((`patient` LEFT JOIN `pttypehistory` ON((`pttypehistory`.`hn` = `patient`.`hn`))) LEFT JOIN `hospcode` ON((`hospcode`.`hospcode` = `pttypehistory`.`hospmain`)))
อันนี้เป็นคำสั่งดึง TableOfPatient ที่ได้มาจากการประชุม ลองดูแล้วกันครับ