gpt4 book ai didi

oracle - 将oracle日期字符串转换为数字

转载 作者:行者123 更新时间:2023-12-02 08:18:09 25 4
gpt4 key购买 nike

我需要将日期字符串 -'2013-01-01' 转换为数字 --20130101 类型。如何在 Oracle 中高效地完成它?

    My Input-

'2013-01-01'

My Output

Output-20130101

最佳答案

select to_number(replace('2013-01-01', '-')) from dual;

关于oracle - 将oracle日期字符串转换为数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14816916/

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