Subject | Adding a default value for a field |
---|---|
Author | Stevio |
Post date | 2002-03-21T15:23:49Z |
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
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