有一个column 1,2,3 我要按照column里面的值来输出那列数据,3种情况 怎么解决 求大神 帮下忙
2 回答
蓝山帝景
TA贡献1843条经验 获得超7个赞
比如还有三个字段叫col1,col2,col3
1234 | select case when column =1 then col1 when column =2 then col2 when column =3 then col3 end from 表名 |
添加回答
举报
0/150
提交
取消