2021年2月26日
摘要: 1、创建用户,授权,创建测试数据 创建用户 CREATE USER test identified by 123; 授权 grant dba to test; 创建测试数据 create table a(id int); insert into a select 1 from dual connec 阅读全文
posted @ 2021-02-26 15:30 !!雪莲花!! 阅读(656) 评论(0) 推荐(0)