Community

Adding a column default after table was created

(Craig Mullins) How can I add a default to a column after I have created the table? For example: create table myemp( eno int not null constraint pk_eno primary key, ename varchar(20), ecity varchar(10)) (R)

Read More - Register for Free Membership

Tags: