ช่วยแก้ไข SQL วิธีใช้ยา ผู้ป่วยในหน่อยครับมันไม่ออกวิธีใช้
select * from opitemrece op
left outer join an_stat a on a.an=op.an
left outer join drugitems d on op.icode=d.icode
left outer join drugusage d1 on d1.drugusage=op.drugusage
where op.vstdate between '2010-11-01' and '2010-11-01'
and d.dosageform = 'injection' and drugcategory not in ('INTRAVENOUS SOLUTION')
and op.an is not null