REVOKE Syntax (Temporal Form) - Advanced SQL Engine - Teradata Database

Temporal Table Support

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
bud1592002688266.ditamap
dita:ditavalPath
bud1592002688266.ditaval
dita:id
B035-1182
lifecycle
previous
Product Category
Teradata Vantage™
Teradata Vantage™ - Temporal Table Support describes syntax that is especially relevant to temporal tables. Syntax that is not required, or that is not otherwise specific to temporal tables is generally not shown in this document. For additional syntax, see Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144 , Teradata Vantage™ - SQL Data Manipulation Language, B035-1146 , and Teradata Vantage™ - SQL Data Control Language, B035-1149.
REVOKE [ GRANT OPTION FOR ] privilege_spec ON item
  { TO | FROM } user_spec [...] [;]
privilege_spec
{ ALL [ PRIVILEGES ] |
  [ ALL BUT ] { NONTEMPORAL | privilege } [,...] |
  NONTEMPORAL |
  privilege
}
item
{ database_name |
  user_name |
  [ database_name. | user_name. ] { table_name | view_name }
}
user_spec
[ALL] user_name