JavaDb Date Calculation

In Oracle, to find the date seven days ago, you can do a select sysdate -7 from dual, Is there an equivalent in JavaDb?Thanks,Dave
[151 byte] By [DStaelens1a] at [2007-11-27 6:38:58]
# 1
What is "JavaDb"?
jschella at 2007-7-12 18:07:54 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
It's the Sun supported version of Derby.I found the answer anyway, there's a function called TIMESTAMPADD, or TIMESTAMPDIFF.
DStaelens1a at 2007-7-12 18:07:54 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...