select 中使用 case when 和 replace

在SELECT中,用CASE   
例如:   
  select   a.Cname   as   Tcomname,b.Cname   as   TGoodname,D.nQuanty,c.cNote,   (case   when   c.iEvaluate='-1'  then   '差評'  when   c.iEvaluate='1'   then   '好評'   when   c.ievaluate='0'   then   '通常'   end)   as   ievaluate     
  from   Tcompany   a,Tgoods   b,Appraise   c,orders   D   
  where   b.ID=D.nProductID   and   D.Id=c.order_id   and   a.Id=b.NsaID   
  and   b.NsaID=@TcomIDToplua

 

select 和 replace
select AdID,replace(replace(cast(AdClassID as varchar(50)) ,'0','頭條新聞頭部'),'1','頭條新聞尾部') as AdClassID,Title,LinkUrl,UpdateTime from Advertisement order by AdIDit

相關文章
相關標籤/搜索