美文网首页
musql的case-when-then语句

musql的case-when-then语句

作者: 七七八八个 | 来源:发表于2019-03-05 09:52 被阅读0次

    musql的case-when-then语句

    SELECT *,(CASE WHEN username='ee' THEN 'ew' WHEN username='tt' THEN 'tw' ELSE 'ee' END) AS 简称

    FROM test3

    语句:如果username字段值为‘ee’则在简称字段中输出‘ew’

    相关文章

      网友评论

          本文标题:musql的case-when-then语句

          本文链接:https://www.haomeiwen.com/subject/wctnuqtx.html