sql 数字替换为汉字

select   (case  列名 when  值 then ‘转换的值’  when 值  then ‘转换的值’   end)   别名

以下例子

select (case relatives_flag when 0 then ‘false’ when 1 then ‘true’ end )    relatives_flag  form 表名 

    原文作者:の大雄
    原文地址: https://blog.csdn.net/LoginLiujinjinjin/article/details/95454986
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞