`
huliwushi
  • 浏览: 410 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
文章分类
社区版块
存档分类
最新评论
文章列表
--case在sql中使用示例   --表达式case使用 select case 1 when 1 then 'a'else 'b' end case from dual;   --条件case使用 select case when 10>2 then 'a' else 'b' end case from dual;    
Global site tag (gtag.js) - Google Analytics