数据库里数据存的是0和1,在页面怎么展示成汉语 0为否 1为是
if($$$ = 0, "否","是")
select (case 字段名=1 then '是' ELSE '否' end)from ..........