【发布时间】:2016-08-18 14:23:41
【问题描述】:
我想要一个查询从 derby 表中获取数据,其中时间戳的时间值距当前时间不到两小时。以下查询给出错误提示
operator with a left operand type of 'TIMESTAMP' and a right operand type of 'INTEGER' is not supported.
查询:
select * from NEWS WHERE NEWS_DATE < current_timestamp-2
感谢任何帮助
【问题讨论】:
标签: derby