ลองดูตามนี้ครับ
select * from vn_stat v
left join ovst o on o.vn=v.vn
where v.vstdate between'2009-04-01'and'2009-04-02'
and o.vsttime between'08:00:00'and'16:00:00'
and v.age_y >= '60'
and v.vn not in (select vn from er_regist where vstdate between'2009-04-01'and'2009-04-02')
and o.pt_subtype <>"1"
v.vn not in.... ไม่เอา vn ที่อยู่ในทะเบียน er ในช่วงวันที่นี้
o.pt_subtype <>"1" เลือกประเภทคนไข้ที่ไม่ใช่ 1 คือ คนไข้ PCU