select p.hn, concat(p.pname, p.fname, " ",p.lname) as ptname, v.vstdate, e.er_oper_code
from er_regist_oper e
left outer join vn_stat v on v.vn=e.vn
left outer join patient p on p.hn=v.hn
where e.er_oper_code in ("XXX","YYY")
and v.vstdate between "2010-10-01" and "2010-10-31"
เมื่อ xxx คือรหัสของ suture
และ yyy คือรหัสของ excision