Subject Adding a default value for a field
Author Stevio
Hi all,

How can I specify a default value for a field that already exists in a
table?

The field is called IS_DELETED and is specified as follows:

IS_DELETED VARCHAR(1),

I want it to have a default value of F (for false).

Thank you for your help,
Stephen