case when使用
摘要:
case when可以用在select后面,也可以用在order后面,也可以用在update后面。 case when语法: case when condition1 then result1 when condition2 then result2 when conditionn then res 阅读全文
posted @ 2018-06-07 21:03 koushr 阅读(634) 评论(0) 推荐(0)
posted @ 2018-06-07 21:03 koushr 阅读(634) 评论(0) 推荐(0)