Subject Re: [firebird-support] Nulling Dates
Author Helen Borrie
At 04:50 AM 8/11/2003 +0000, you wrote:
>How do I empty a date field?

update MyTable set MyDateColumn = NULL

It won't work if the column is not nullable.

h.