พอดีเขียนตาม script จากรายงานค้นหาผู้ป่วยนอกแล้ว
มันได้เป็นจำนวน visit ไม่ใช่จำนวนคนคะ
ถ้าอยากได้จำนวนคน ต้องเขียนคำสั่งแบบไหนค่ะ
select count(distinct(ov.hn)) as chn ,count(ov.vn) as cc
from vn_stat ov, ovst ovst, patient pt
where ov.vn=ovst.vn and pt.hn=ov.hn and ov.vstdate between "2012-01-01" and "2012-01-31"
and ov.age_y>= 0
and ov.age_y<= 200