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++ - Qt setGeometry: Unable to set geometry -

python - argument must be rect style object - Pygame -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -