ส่วน ผุ้ป่วยใน เขียนแบบนี้หรือป่าว..แล้วเอามารวมกับ OPD ได้ไหม ช่วยชี้แนะหน่อยครับ
SELECT count(DISTINCT(i.hn))as 'จำนวนคนไข้',count(i.an) as 'จำนวนครั้ง' ,i.pttype,p.`name`
from ipt i
left outer join pttype p on p.pttype=i.pttype
WHERE i.dchdate BETWEEN "2014-10-01" and "2015-05-31"
GROUP BY i.pttype
ORDER BY i.pttype