... CREATE PROCEDUE (创建过程) grant create table to 用户名; revoke select on 表名 from 用户名; //收回此用户对其他表的操作 ...
基于1个网页-相关网页
grant create table to zhangsan 授予创建表的权限 ; 授与创立表的权限
grant create table to lisi 授予建表的权限 ; 授予创建表的权限 ; 没有此权限
grant create table to myusername 授权创建表
grant create table to sun 授予创建表的权限
grant create table to jpm 授予创建表的权限
GRANT CREATE TABLE TO fox 建表权限
grant create table to TEST 授予创建表的权限
grant create table to user 授予创建表的权利
应用推荐