When i try to use TIMESTAMPADD method in H2 DB (as MySQL supports the same), i am getting the below error. The same works fine in MySql
select TIMESTAMPADD(SECOND, 7, current_timestamp()) > '2012-09-21 15:14:28.399';
Function "TIMESTAMPADD" not found; SQL statement:
select TIMESTAMPADD(SECOND, 7, current_timestamp()) > '2012-09-21 15:14:28.399' [90022-149] 90022/90022 (Help)
Help please...
Thanks,
Karthik
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/nsV3EpIhBkwJ.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.