SELECT CASE WHEN a.RealBookPrice>0 THEN a.RealBookPrice else a.BookPrice end select case when 1<2 then 'yes' else 'no' END 转载于:https://www.cnblogs.com/jiayue360/p/3166885.html