oracle11g 普通视图详解
create view TEST_USER as select u.yhdm,u.xm,u.bmdm,u.sfzmhm from acl_user u with read only
select * from test_user
--update test_user set xm='aaa' where yhdm='120970' 更新的话报 ORA-42399: 无法对只读视图执行 DM
原创
2017-04-11 09:52:53 ·
853 阅读 ·
0 评论