摘要: 08.oracle数据库视图学习 视图创建 CREATE [OR REPLACE] VIEW view [(alias[, alias]...)] AS subquery [WITH READ ONLY]; 视图创建权限 grant create view to scott 查询视图 -- 创建视图 阅读全文
posted @ 2022-12-03 13:06 搬砖的孟达 阅读(21) 评论(0) 推荐(0)