高斯数据库可能不支持直接使用内置函数 now() 或 current_timestamp 来插入当前时间。在这种情况下,您可以尝试以下两种解决方案:
now()
current_timestamp
GETDATE()
▼...复制代码