当前位置:网站首页>Oracle TRUNC function processing date format
Oracle TRUNC function processing date format
2022-07-01 17:52:00 【Morida Technology】
GPS platform 、 Website construction 、 software development 、 The system operational , Find Senda network technology !
https://cnsendnet.taobao.com
From the official blog of Sunda Technology
http://www.cnsendblog.com/index.php/?p=2204
Another explanation , After interception, the result is still date data type
- 1.
select
to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; -- Display current time
2011-12-29 16:24:34
select
trunc(sysdate,'year') from dual; -- Cut to year ( The first day of the year )
2011-1-1
select
trunc(sysdate,'q') from dual; -- Intercept to quarter ( The first day of the quarter )
2011-10-1
select
trunc(sysdate,'month') from dual; -- Intercept to month ( The first day of the month )
2011-12-1
select trunc(sysdate,'')
from dual;
empty
select
to_char(trunc(sysdate),'yyyymmdd hh24:mi:ss') from dual; -- The default interception date is ( Zero minute and zero second of the day )
20111229 00:00:00
trunc(sysdate) This is the intercept date section , When you need to use dates for grouping , You can use this function , As shown below edit by sand

select trunc(sysdate-1,'w') from dual; -- The Thursday closest to the current time , If the current day is Thursday, return to the current day , Otherwise, return to last Thursday 2011-12-22
select
trunc(sysdate,'ww') from dual; -- Intercepted last weekend ( Last Saturday )2011-12-24
select
trunc(sysdate,'day') from dual; -- Intercept to week ( First day of the week , Last Sunday )2011-12-25
select
trunc(sysdate,'iw') from dual; -- This week 2 God , This Monday 2011-12-26
select
to_char(trunc(sysdate,'dd'),'yyyymmdd hh24:mi:ss') from dual;-- Intercept to day ( Zero minute and zero second of the day )20111229 00:00:00
select
trunc(sysdate,'hh24') from dual; -- Intercept to hours ( Current hour , Zero minute zero second )2011-12-29 16:00:00
select
trunc(sysdate,'mi') from dual; -- Intercept points ( The current points , Zero seconds )2011-12-29 16:24:00
select
trunc(sysdate,'ss') from dual ;-- Report errors , There is no format accurate to seconds
GPS platform 、 Website construction 、 software development 、 The system operational , Find Senda network technology !
https://cnsendnet.taobao.com
From the official blog of Sunda Technology
边栏推荐
- (28) Shape matching based on contour features
- vulnhub靶场-hacksudo - Thor
- 提交review时ReviewBoard出现500错误解决方法
- Code example of libcurl download file
- 中国酶制剂市场预测与投资战略研究报告(2022版)
- Cassette helicopter and alternating electric field magnetic manometer DPC
- 徽商期货是正规期货平台吗?在徽商期货开户安全吗?
- 網上股票開戶安全嗎?是否可靠?
- Length of learning and changing
- 多线程使用不当导致的 OOM
猜你喜欢
![[Verilog quick start of Niuke network question brushing series] ~ priority encoder circuit ①](/img/24/23f6534e2c74724f9512c5b18661b6.png)
[Verilog quick start of Niuke network question brushing series] ~ priority encoder circuit ①
![Integer array merge [JS]](/img/0d/70535e0eb1c299bda25159b58c70d7.png)
Integer array merge [JS]

Why should you consider using prism

Replace UUID, nanoid is faster and safer!

Work and leisure suggestions of old programmers

【Try to Hack】vulnhub DC4

Official announcement! Hong Kong University of science and Technology (Guangzhou) approved!

官宣!香港科技大学(广州)获批!

Sword finger offer 20 String representing numeric value

剑指 Offer 20. 表示数值的字符串
随机推荐
Report on research and investment prospects of China's silicon nitride ceramic substrate industry (2022 Edition)
Nielseniq found that 60% of the re launched products had poor returns
聊聊项目经理最爱使用的工具
Enter wechat applet
Is it reasonable and safe to open a securities account for 10000 shares free of charge? How to say
SLO is increasingly used to achieve observability | Devops
Research Report on development prediction and investment direction of nylon filament sewing thread in China (2022 Edition)
China acetonitrile market forecast and strategic consulting research report (2022 Edition)
传感器尺寸、像素、DPI分辨率、英寸、毫米的关系
How to write good code - Defensive Programming Guide
Penetration practice vulnhub range Tornado
DRF --- response rewrite
MES production equipment manufacturing execution system software
Rotation order and universal lock of unity panel
C language implementation of sum of two numbers [easy to understand]
From comedians to NBA Zhan Huang, check the encrypted advertisements during this super bowl
(12) About time-consuming printing
L'ouverture d'un compte d'actions en ligne est - elle sécurisée? Fiable?
[Verilog quick start of Niuke network question brushing series] ~ priority encoder circuit ①
vulnhub靶场-hacksudo - Thor