请提出建议SQL语句的最佳方法,非常感谢!
答案 0 :(得分:0)
试试这个
select id,[date],(case when refund = 1 then 'R'
when voidstatus = 0 then 'C'
when voidstatus = 1 then 'V'
else '' end
) as [status],grossamt
from trans