实现如下的的转换:
数据库 datagridview
0 现金
1 银行卡
2 信用卡
sql语句:
select sortid,
sortname,
case(SortDirection) when '0' then '支出' when '1' then '收入' end AS sortdirection ,
sorttimes,
sortmoney
from SORT;