ถ้าเป็นผู้ป่วยนอกประมาณนี้
select o.income,o.paidst,i.name as income_name,p.name as paidst_name,
sum(o.sum_price) as sum_price
from opitemrece o
left outer join income i on i.income = o.income
left outer join paidst p on p.paidst = o.paidst
where o.vn = '531120143736' group by o.income,o.paidst,i.name ,p.name
ถ้าเป็นผู้ป่วยในต้องเขียนยังไงครับ