ตามนี้ครับ ผมต้องการค้นหาตั้งแต่วันที่ 1 มค.51- 31 มค.51
command1
select count(ov.hn) as chn
from vn_stat ov, ovst ovst, patient pt
where ov.vn=ovst.vn and pt.hn=ov.hn and ov.vstdate between "2008-01-01" and "2008-01-01"
and ov.age_y>= 0
and ov.age_y<= 200
command2
select pt.*,ov.*
from vn_stat ov ,patient pt ,ovst ovst
where ov.vn=ovst.vn and pt.hn=ov.hn and ov.vstdate between "2008-01-01" and "2008-01-01" and ov.hn=pt.hn
and ov.age_y>= 0
and ov.age_y<= 200