1.使用 charindex('aa',字段名) 方法来判断一个是否存在.
2.select * ,cardstatename=(case cardstate when 0 then '否' when 1 then '是' end) from tblcard