oracle建立可传参视图

测试表:web create table AM_TEST ( id NUMBER(10) not null, name VARCHAR2(20), email VARCHAR2(20), remark VARCHAR2(20), age NUMBER ) comment on table AM_TEST is '测试表'; comment on column AM_TEST.id is '惟一
相关文章
相关标签/搜索