select b.* ,t.name as bedtype_name,r.name as room_name ,r.ward,w.name as ward_name
from bedno b ,roomno r,ward w ,bedtype t
where b.roomno = r.roomno
and r.ward = w.ward and b.bedtype=t.bedtype
and b.bedno not in (select distinct iptadm.bedno from ipt ,iptadm
where ipt.an = iptadm.an and ipt.dchdate is not null)
and w.ward = '
01'
ตรวจสอบดูจากการเชื่อมโยงตารางด้วยครับ