sql - Remove row from results under when statement -


when q.programtitle in ('therapeutic massage aos','therapeutic massage','therapeutic massage oad','therapeutic massage (h)','therapeutic massage oad') , max(m.opeid) in ('031151-02') '11'  when q.programtitle in ('x-ray medical technician','x-ray medical technician aos','x-ray medical technician*') , max(m.opeid) in ('031151-02') '14' when q.programtitle = 'surgical technology' , max(m.opeid) in ('031151-00') '15' when q.programtitle = 'emergency medical technician'  end 'length of ge program', 

okay, need remove rows contain program name 'emergency medical technician' under when statement, have no idea how code that. suggestions?


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -