`
Franciswmf
  • 浏览: 780344 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

Oracle 视图

 
阅读更多
【引用参考】
--Oracle数据库视图的概念、语法及操作讲解
https://www.2cto.com/database/201804/739858.html
--浅谈oracle中的视图和存储过程
https://blog.csdn.net/u014242422/article/details/53266859

【视图操作】
1、创建
create or replace view v_common_tree7 as
select a.id, a.name, a.flag from a;

强制创建
create or replace force view...
https://zhidao.baidu.com/question/552408808.html

2、导入dmp文件后,视图上有红叉的解决
https://blog.csdn.net/haibaraecho/article/details/8529991

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics