gpt4 book ai didi

sql - Oracle TO_CHAR(timestamp) 和timestamp 分秒不同

转载 作者:行者123 更新时间:2023-12-02 07:29:20 25 4
gpt4 key购买 nike

SELECT
TO_CHAR((current_timestamp), 'YYYY-MM-DD HH:MM:SS AM') AS curr_time, current_timestamp, dbtimezone
FROM dual;

结果是:

curr_time  2014-05-22 12:05:23 PM
current_timestamp 22-MAY-14 12.39.23.447181000 PM ASIA/CALCUTTA
dbtimezone +00:00

为什么 curr_time 和 current_timestamp 相差几分钟?

最佳答案

因为 MM 是月,而不是分钟...(而 05 是...可能)

你必须使用MI

将格式更改为

'YYYY-MM-DD HH:MI:SS AM'

关于sql - Oracle TO_CHAR(timestamp) 和timestamp 分秒不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23800078/

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