Trx ของแต่ละเดือน หายอีกแล้ว
หลังจากแก้ไขและนำ Trx กลับมาจนครบพอผ่านไปสักระยะกลับมาเช็คข้อมูล Trx หายอีกแล้วคับ
select ot.an, count(ot.hos_guid) as c, sum(ot.sum_price) as sum_money,ot.vstdate
from opitemrece_trx AS ot
left outer join opitemrece as op on ot.hos_guid = op.hos_guid
where ot.vstdate between '2012-01-01' and '2012-01-31'
and op.hos_guid is null
group by ot.an
order by ot.vstdate
limit 500
ทำไงดีน้อ