当前位置: 代码迷 >> Sql Server >> 那位大侠给个revoke用法的例子,该如何处理
  详细解决方案

那位大侠给个revoke用法的例子,该如何处理

热度:82   发布时间:2016-04-27 15:23:50.0
那位大侠给个revoke用法的例子
要同时带   on、   from、   to三个参数的,多谢了

------解决方案--------------------
revoke 只能带on from
如revoke select on tablename from username

带to 的是grant或deny
  相关解决方案