📌  相关文章
📜  授予 sql 代码示例

📅  最后修改于: 2022-03-11 15:04:55.200000             🧑  作者: Mango

代码示例3
For example, suppose user JONES needs to use the Change mode 
of the Table Editor for a table called ORDER_BACKLOG. 
To grant JONES the UPDATE privilege on the ORDER_BACKLOG table, 
issue the following statement:

GRANT UPDATE ON ORDER_BACKLOG TO JONES WITH GRANT OPTION