Re: How to update/set a default value for field via delete statement

2003-09-22 Thread Victoria Reznichenko
"Daevid Vincent" <[EMAIL PROTECTED]> wrote: > I have my schema set so that a field in a table has a default value of 16. > > I also have a script that "initializes" the database, but I don't want to > delete the record since I want the other fields' data preserved. Is there a > way to find out wha

How to update/set a default value for field via delete statement

2003-09-21 Thread Daevid Vincent
I have my schema set so that a field in a table has a default value of 16. I also have a script that "initializes" the database, but I don't want to delete the record since I want the other fields' data preserved. Is there a way to find out what the default schema value is so that I can issue an U