fix: DEFAULT() in a view should be not updatable
as in create table t1 (a int); create view v1 as select default(a) as NOT_UPDATABLE from t1;
Showing
Please register or sign in to comment
as in create table t1 (a int); create view v1 as select default(a) as NOT_UPDATABLE from t1;