【发布时间】:2010-10-28 22:11:28
【问题描述】:
甲骨文:
select systimestamp from dual
MySQL:
select current_timestamp
SQL 服务器:
select current_timestamp
PostgreSQL:
select current_timestamp
问题是,如何获取HSQLDB 中的当前时间戳?我使用版本 1.8.0.10
【问题讨论】:
标签: sql database hsqldb embedded-database