SELECT *,COUNT(w.hn) as cc,if(COUNT(w.hn)>1 and date_visit_new=1,update_date,send_to_pcu_date) as drug_date
from wph_clinicmember w
LEFT OUTER JOIN opitemrece o on o.hn=w.hn and o.rxdate=if(COUNT(w.hn)>1 and date_visit_new=1,update_date,send_to_pcu_date) //error บรรทัดนี้ครับ ผมอยากเชค drug_date=rxdate อะครับ แต่ไม่รุ้จะเขียนอย่างไรครับผม
where w.clinic=001 and w.group_date=8
and w.send_to_pcu_hcode=04750
and w.date_visit<="2013-12-25"
GROUP BY w.hn