hi,
I have a table that has defaults defined for each column. How can i change the existing data in this table to be set as default where NULLs are present. Actually I just managed to set-up defaults for each column so any new data will be correct, now the question is to how to take care of the already exisitng data. Is there any stored procedure I can run.
I have a table that has defaults defined for each column. How can i change the existing data in this table to be set as default where NULLs are present. Actually I just managed to set-up defaults for each column so any new data will be correct, now the question is to how to take care of the already exisitng data. Is there any stored procedure I can run.