数据仓库服务 GaussDB(DWS)-时间/日期函数:now([fsp])

时间:2025-01-26 10:53:07

now([fsp])

描述:当前事务开始的日期及时间,参数确定微秒输出精度,缺省时为6。

返回值类型:timestamp with time zone

示例:

12345
SELECT now();              now              ------------------------------- 2017-09-01 17:03:42.549426+08(1 row)
12345
SELECT now(3);             now    ----------------------------  2021-09-08 10:59:00.427+08(1 row)        
support.huaweicloud.com/sqlreference-dws/dws_06_0309.html
推荐文章