how to make NOW() tomorrow

I have a DATE(NOW()) in my sql statement.are there any clever ways to get tomorrow instead of today?like now()+1...
[136 byte] By [elfadotontoa] at [2007-10-2 15:56:20]
# 1
Yes but this database dependent. You could do this in Java just as easily using a Calendar object and it would not be as database implementation specific.
elfadotontoa at 2007-7-13 16:15:36 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
> I have a DATE(NOW()) in my sql statement.> > are there any clever ways to get tomorrow instead of today?Sure, wait a day.%
duffymoa at 2007-7-13 16:15:36 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...