oracle11g 普通视图详解

create view TEST_USER as select u.yhdm,u.xm,u.bmdm,u.sfzmhm from acl_user u with read onlyoracle select * from test_user索引 --update test_user set xm='aaa' where yhdm='120970' 更新的话报 ORA-42399: 没法对只读视图执
相关文章
相关标签/搜索