I expect this should be an easy issue, I just can't find anything on the net to give me a definite answer.
I have a table 'sources' with a column 'status'. I believe that the default value for this column is 'N', but I'm not sure. How can I see this? If I do:
it does not show default values.
Secondly, I want to change the default value to NULL. How do I do this?
Thanks.
I have a table 'sources' with a column 'status'. I believe that the default value for this column is 'N', but I'm not sure. How can I see this? If I do:
Code:
Desc sources;
it does not show default values.
Secondly, I want to change the default value to NULL. How do I do this?
Thanks.