as in create table t1 (a int); create view v1 as select default(a) as NOT_UPDATABLE from t1;
Attach a file by drag & drop or click to upload