GRANT

From wikieduonline
Revision as of 15:26, 2 March 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

Examples

SELECT
INSERT
UPDATE
DELETE
TRUNCATE
REFERENCES
TRIGGER
CREATE
CONNECT
TEMPORARY
EXECUTE
USAGE



GRANT your_defined_role TO your_username;
GRANT ROLE
SELECT * FROM your_table_name;
ERROR: permission denied for table your_table_name
GRANT SELECT ON mytable TO xxx
  • List roles: \du

Amazon Redshift system information functions:


Related terms

See also

Advertising: