甲骨文:
select systimestamp from dual
MySQL:
select current_timestamp
SQL Server:
PostgreSQL:
问题是,如何获取HSQLDB中的当前时间戳?我使用版本1.8.0.10
你可以写
select current_timestamp from tablename
tablename数据库中的真实表在哪里?
tablename
查询的结果仅是当前时间戳。