gpt4 book ai didi

mysql - 替换 MySQL 中的 sys_extract_utc

转载 作者:行者123 更新时间:2023-11-29 23:44:05 26 4
gpt4 key购买 nike

我在 Oracle 中使用以下查询,我在 MySQL 中也需要相同的查询。

select sys_extract_utc(systimestamp) into currGMTDate from dual;

我尝试使用CURRENT_TIMESTAMP而不是systimestamp

但是我得到的输出是不同的。如何在 MySQL 中为上述 Oracle 查询获得相同的结果?

最佳答案

我尝试了以下查询,它对我有用

select date_format(CONVERT_TZ( current_timestamp, @@session.time_zone, '+00:00' ),'%d-%m-%Y %r')

关于mysql - 替换 MySQL 中的 sys_extract_utc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26037830/

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