Often times, when I create a table, I supply a default:
"create table thisone (field1 int default 0, field2 char(2) default 'ed')"
etc...
But at any point if I want to remove a field that I put a default on I get an error. Here's what I'd get if I tried to removed field2:
"The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.