网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  oracle case when

oracle case when

分类: IT文章 • 2025-01-26 08:36:25

参考 https://blog.****.net/yangzjchn/article/details/81019449

select case
when t.content = '1' then
'满意'
when t.content = '2' then
'一般'
else
'不满意'
end satis
from satisfaction t;

相关推荐

  • oracle 多对一时只去前两条数据sql
  • case when语句后的表达式
  • Linux Oracle root用户登录不识别sqlplus命令
  • oracle ora-03113 ora-03114错误
  • oracle数据库常见案例_oracle
  • oracle常规操作
  • oracle导入导出操作
  • Redhat7.4安装oracle11.2.0.4版本数据库遇见的问题_oracle
  • oracle卸载
  • Oracle的存储过程基本写法
  • SimpleDateFormat线程不安全
  • 11. 文件基本操作、上下文管理、IO流、使用工具    文件基本操作         上下文管理                 IO流                  使用工具       
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号