gpt4 book ai didi

sql - 如何将日期转换为月份数?

转载 作者:行者123 更新时间:2023-12-01 07:11:02 24 4
gpt4 key购买 nike

我有专栏在我的 table 上。月份名称和日期存储在本月列中,例如

Month    
01-JAN-12
02-FEB-12

等等。

我该怎么做 转换 日期 成月数,如
Month
1
2

等等。

最佳答案

select 
to_char(to_date('01-JAN-12','dd-mon-yy'),'mm') from dual;

关于sql - 如何将日期转换为月份数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14041200/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com