sql case when

来源:互联网 发布:淘宝红马甲是什么样子 编辑:程序博客网 时间:2024/05/28 04:56
case when x = y then a else b end

case when x < y then a when x = y then b else c end

case XYZ when 'foo' then 'moo' else 'bar' end
原创粉丝点击