首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

orcale 给予权限

2012-07-20 
orcale赋予权限grant select on table_name to user_namegrant update on table_name to user_name等操

orcale 赋予权限
grant select on table_name to user_name;
grant update on table_name to user_name;
等操作

热点排行