Hi All,

Why am I having a problem adding a minute to a certain date?

I'm trying to execute the following statement:

UPDATE my_table
SET my_date = my_date + 1/(60*24)

When I query the table, my_date column doesn't get updated.

Any help would greatly be appreciated.

Thanks.
- Gary