dear sir/madam
what is the syntex for changing default value.
table name is test
uno numeric(9)
name1 char(10)
address char(10)
default value of addres is set to 'delhi'
i have to change it to 'patna'
please give me query for it
thanks in advance
what is the syntex for changing default value.
table name is test
uno numeric(9)
name1 char(10)
address char(10)
default value of addres is set to 'delhi'
i have to change it to 'patna'
please give me query for it
thanks in advance
Comment