ORACLE的基本语法(笔记)

-- 表 create table test (names varchar2(12),                    dates date,                    num   int,                    dou   double); -- 视图 create or replace view vi_test as select * from test;sq
相关文章
相关标签/搜索