For MS SQL Server 7: Using Enterprise Manager, I entered a default value for a table field, but I can't seem to get the default value to show up after doing an insert.
I saw somewhere that in order for the default to work, you have to give it a value of NULL or DEFAULT in an insert, but all that does is enter the value NULL or DEFAULT.
Does anyone know how I can get the default value itself to show up??
I saw somewhere that in order for the default to work, you have to give it a value of NULL or DEFAULT in an insert, but all that does is enter the value NULL or DEFAULT.
Does anyone know how I can get the default value itself to show up??