Closed GoogleCodeExporter closed 8 years ago
Hi,
Please only file bugs in the issue tracker. This is not a bug, it is a support
request.
H2 doesn't support TIMESTAMPDIFF, but it support DATEDIFF. See also:
http://www.h2database.com/html/functions.html#datediff
This might work:
select datediff(S, d, CURRENT_TIMESTAMP()) from test;
CURRENT_TIMESTAMP and sysdate are supported.
Original comment by thomas.t...@gmail.com
on 27 Apr 2009 at 6:25
Original issue reported on code.google.com by
rohit.c.joshi@gmail.com
on 24 Apr 2009 at 9:34