ที่ผมงงคือว่าต้องการว่าใช้ยาไปแล้วเท่าไหร่ยาอะไรอย่างนี้หรือว่ายาไหนบ้างเป็นยาในบัญชีหรือว่ายไหนเป็นยานอกแค่นี้ครับรบกวนบอกรายละเอียดอีกนิดครับ
ยานอกครับ
select concat(d.name," ",d.strength," ",d.units) as drugname,d.unitprice,i.name
from drugitems d
left outer join income i on d.income=i.income
where d.drugaccount=""
ยาใน
select concat(d.name," ",d.strength," ",d.units) as drugname,d.unitprice,i.name
from drugitems d
left outer join income i on d.income=i.income
where d.drugaccount<>""
ประมาณนี้ไหมครับ