Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove extra semicolon in GRANT syntax

...

Code Block
languagetext
GRANT
    priv_type [, priv_type ] ...
    ON table_or_view_name
    TO principal_specification [, principal_specification] ... ;
    [WITH GRANT OPTION];

Revoke

...