อาจารย์ทำไว้ให้แล้วครับ opitemrece_sticker_log และ opitemrece_sticker_stat
ลองดูจำนวนก็ใช้คำสั่งแบบนี้ครับ
select sum(o2.print_count)
from opitemrece_sticker_log o
left outer join opitemrece_sticker_stat o2 on o2.hos_guid=o.hos_guid
left outer join vn_stat v on v.vn=o.vn
where v.vstdate between "2010-01-01" and "2010-02-28"