Skip to content

Commit

Permalink
sql: fix the synopsis of REVOKE <privileges>
Browse files Browse the repository at this point in the history
Signed-off-by: Aolin <[email protected]>
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Dec 12, 2024
1 parent f931d7a commit 9533d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-statements/sql-statement-revoke-privileges.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This statement removes privileges from an existing user. Executing this statemen
## Synopsis

```ebnf+diagram
GrantStmt ::=
'GRANT' PrivElemList 'ON' ObjectType PrivLevel 'TO' UserSpecList RequireClauseOpt WithGrantOptionOpt
RevokeStmt ::=
'REVOKE' PrivElemList 'ON' ObjectType PrivLevel 'FROM' UserSpecList
PrivElemList ::=
PrivElem ( ',' PrivElem )*
Expand Down

0 comments on commit 9533d71

Please sign in to comment.