为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】: dm8_20220822_rev166351_x86_rh6_64_ctm.tar
【操作系统】:macos
【CPU】: Intel
【问题描述】*:
SQL> select unix_timestamp();
select unix_timestamp();
[-2207]:Error in line: 1
Member access [unix_timestamp] unresolved.
used time: 3.282(ms). Execute id is 0.
文档说,支持返回当前时间。
如果到系统当前时间,可以这样处理:select unix_timestamp(sysdate);