select * from PQS_YALTD a
where 
      CASE a.start_yn
           when '0' then   to_number(a.start_point) < 25
           when '1' then   to_number(a.start_point) <= 25
      END;个人认为这样写根本就没有任何意义。