I am trying to change the default value of 2 columns from ‘N’ to ‘Y’ using the below query, but it throws a error. Any idea whats wrong in here. Error: Invalid Alter table option.
Alter Table USER
Modify
CONTACT_FLAG Default 'Y',
APPROVAL_FLAG Default 'Y' ;
You have to enclose the columns like this