摘要:
建议:若备份数据库较大远程导入导出比较容易出错,建议先备份表结构,再导入表数据 1.本地数据库新建一个用户test,并授予以下基本权限 grant connect to test;grant resource to test;grant create table, create database l 阅读全文
摘要:
建视图 CREATE FORCE VIEW jn_posttable AS (select name , code , pk_org from org_orgs) —只读 CREATE OR REPLACE VIEW cr_org_view (name,pk_org,code,ts) AS SELE 阅读全文