当前位置:网站首页>Oracle notes
Oracle notes
2022-07-02 10:54:00 【Rorschach379】
select Z,count(Z) The number of from a
left join b on a.JL=b.bh
where Z is not null
group by Z
select floor((SYSDATE - to_date(birthday,‘yyyy-mm-dd’))/365) AS AGE from temp
select sex ,count(sex) Gender from
(select (case sex
when ‘1’ then ‘ male ’
when ‘2’ then ‘ Woman ’
else ' Unknown ’end)as sex
from temp)t
group by sex
边栏推荐
- 面对不确定性,供应链的作用
- Read H264 parameters from mediarecord recording
- [SUCTF2018]followme
- Determine whether there are duplicate elements in the array
- Pytest learning --base
- 13. Semaphore critical zone protection
- flume 190 INSTALL
- 【TS】1368- 秒懂 TypeScript 泛型工具类型!
- Ks009 implement pet management system based on SSH
- 传输优化抽象
猜你喜欢
618 what is the secret of dominating the list again? Nike's latest financial report gives the answer
Disassembling Meitu SaaS: driving the plane to change the engine
Use WinDbg to statically analyze dump files (summary of practical experience)
Flink实时计算topN热榜
Operator-1初识Operator
Allure -- common configuration items
[SUCTF2018]followme
Sus system availability scale
Read H264 parameters from mediarecord recording
stm32和電機開發(上比特系統)
随机推荐
Operator-1 first acquaintance with operator
从MediaRecord录像中读取H264参数
UVM factory mechanism
Shell programming 01_ Shell foundation
Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
SQOOP 1.4.6 INSTALL
Internet News: Tencent conference application market was officially launched; Soul went to Hong Kong to submit the listing application
【TS】1368- 秒懂 TypeScript 泛型工具类型!
Postman -- use
Ks009 implement pet management system based on SSH
UWA报告使用小技巧,你get了吗?(第四弹)
js数组常用方法
Disassembling Meitu SaaS: driving the plane to change the engine
集成学习概览
Flink submitter
js promise. all
[visual studio] every time you open a script of unity3d, a new vs2017 will be automatically reopened
Record attributeerror: 'nonetype' object has no attribute 'nextcall‘
Use WinDbg to statically analyze dump files (summary of practical experience)
Pywin32 opens the specified window