当前位置:网站首页>oracle的sql改成mysql版本
oracle的sql改成mysql版本
2022-08-02 08:01:00 【CSDN问答】
oracle语句改写成mysql
select nvl(sum(is_this_month),0) as total, nvl((sum(is_this_month) - sum(is_last_month)),0) as month_count, nvl((sum(is_today) - sum(is_last_day)),0) as day_count from (select case when to_char(TRUNC(SYSDATE - 1), 'dd') = to_char(VALID_DATE, 'dd') then 1 else 0 end as is_last_day, case when to_char(sysdate, 'dd') = to_char(VALID_DATE, 'dd') then 1 else 0 end as is_today, case when to_char(sysdate, 'MM') = to_char(VALID_DATE, 'MM') then 1 else 0 end as is_this_month, case when to_char(TRUNC(add_months(trunc(sysdate), -1), 'MM'), 'MM') = to_char(VALID_DATE, 'MM') then 1 else 0 end as is_last_month from (SELECT * FROM API_SERVICE WHERE VALID_DATE is not null and VALID_DATE > TRUNC(ADD_MONTHS(sysdate, -1), 'mm'))) b
如何改写成mysql版本
边栏推荐
- flutter在导航栏处实现对两个列表的点击事件
- Redisson distributed lock source code analysis for high-level use of redis
- 3D激光slam:LeGO-LOAM---地面点提取方法及代码分析
- Write a small game in C (three chess)
- MySQL之创建表的基本操作
- BGP solves routing black hole through MPLS
- 类和对象【下】
- Seleniu截图代码以及给图片赋值名字
- Biotin-EDA|CAS:111790-37-5| 乙二胺生物素
- [ansible]playbook结合项目解释执行步骤
猜你喜欢
Write a small game in C (three chess)
Biotin-EDA|CAS:111790-37-5| Ethylenediamine biotin
三维体尺测量
[OC学习笔记]ARC与引用计数
Biotinyl Cystamine | CAS: 128915-82-2 | biotin cysteamine
RIP综合实验
MySQL优化:从十几秒优化到三百毫秒
Biotin hydrazide HCl|CAS:66640-86-6|生物素-酰肼盐酸盐
Biotinyl Cystamine|CAS:128915-82-2|生物素半胱胺
What is NoSQL?Databases for the cloud-scale future
随机推荐
WebForm DropDownList bind year and month respectively
第3周学习:ResNet+ResNeXt
Biotin-C6-amine|N-biotinyl-1,6-hexanediamine|CAS: 65953-56-2
MySQL常见索引类型
etcd实现大规模服务治理应用实战
HCIP9_BGP增加实验
设置 height: auto 却无法触发 transition 动画的解决方案
7.联合索引(最左前缀原则)
Kind of weird!Access the destination URL, the host can container but not
王学岗-编译出运行的文件
Seleniu截图代码以及给图片赋值名字
下一个排列
数据表格化打印输出
商业智能平台BI 商业智能分析平台 如何选择合适的商业智能平台BI
小说里的编程 【连载之二十五】元宇宙里月亮弯弯
[OC学习笔记]Block三种类型
为什么都推荐使用wordpress, 而不是 phpcms 这些国内的CMS呢?
flutter 自己写一个组件
小说里的编程 【连载之二十一】元宇宙里月亮弯弯
解决IDEA安装安装插件慢问题