select o.vn
,o.vstdate
,o.pttype,p1.name pttypename
,inc.income_group,inc.name income_name
,sum(if(o.paidst='01',o.sum_price,0)) 'Reim'
,sum(if(o.paidst<>'01',o.sum_price,0)) 'Non_reim'
from opitemrece o
left join income inc on inc.income=o.income
left join pttype p1 on o.pttype=p1.pttype
where o.vn=551225091856
group by o.vn,inc.income_group
เปลี่ยนรหัส paidst เอาหล่ะกัน อาจไม่เหมือนกัน
reim=เบิกได้ non_reim=เบิกไม่ได้