3
Reply

how to set the default value to the field in a sql table

krithika muthukrishnan

krithika muthukrishnan

13 years ago
13.2k

hi,
can anyone help me,is it able to set the default value as null to the field in a table.by using this query
ALTER
TABLE register
ALTER
column functionalarea SET DEFAULT 'NULL'
i got a error in this query also.can anyone rectify it.
thank you

Answers (3)