Hi With MySQL, I can actually manipulate the date using the built-in function like:
SELECT DATE_ADD('2010-12-31 23:59:59', INTERVAL 1 DAY)
May I know if there is similar function in Derby? How do we manipulate the
date in Deby?
--
Hez
Hi With MySQL, I can actually manipulate the date using the built-in function like:
SELECT DATE_ADD('2010-12-31 23:59:59', INTERVAL 1 DAY)
May I know if there is similar function in Derby? How do we manipulate the
date in Deby?
--
Hez