Difference between revisions of "GRANT SELECT"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
[[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 15:53, 15 December 2022

Advertising: