Difference between revisions of "GRANT SELECT"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
[[Amazon RedShift]]: https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT-examples.html
 
[[Amazon RedShift]]: https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT-examples.html
  [[GRANT SELECT ON ALL TABLES]] IN [[SCHEMA]] your_schema TO your_user;
+
  [[GRANT SELECT ON ALL TABLES IN SCHEMA]] your_schema TO your_user;
  [[GRANT SELECT ON ALL TABLES]] IN [[SCHEMA]] your_schema TO GROUP your_group;
+
  [[GRANT SELECT ON ALL TABLES IN SCHEMA]] your_schema TO GROUP your_group;
  
 
  GRANT SELECT ON mytable TO xxx;
 
  GRANT SELECT ON mytable TO xxx;

Revision as of 14:59, 15 December 2022

Advertising: