• case when的两种用法


    Code

    补充:

    select a.uid,a.uname,a.status

    case when a.status='1' then "在会"

             
    when a.status='0' then "未知"

               
    when a.statsu='-1' then '离开'

              end

        as     状态    

    from a
    case能放到where后面,也可在select中

  • 相关阅读:
    angular js 自定义指令
    web api 解决跨域的问题
    angular 监听ngrepeat结束时间
    redis关闭和启动
    intellij idea快捷键
    mysql连接字符串
    crontab命令格式
    maven中scope属性的
    maven pom文件元素说明
    引入maven以外的jar包
  • 原文地址:https://www.cnblogs.com/legend_sun/p/1386293.html
Copyright © 2020-2023  润新知