Difference between revisions of "GRANT"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
  [[GRANT USAGE ON]] [[ALL SEQUENCES IN SCHEMA]] your_schema TO mygrp; </code><ref>https://stackoverflow.com/a/10353730</ref>
 
  [[GRANT USAGE ON]] [[ALL SEQUENCES IN SCHEMA]] your_schema TO mygrp; </code><ref>https://stackoverflow.com/a/10353730</ref>
  
:Command: GRANT [[your_defined_role]] TO your_username;
+
:Command: <code> GRANT [[your_defined_role]] TO your_username;</code>
:Output: [[GRANT ROLE]]
+
:Output: <code>[[GRANT ROLE]]</code>
  
 
  SELECT * FROM your_table_name;
 
  SELECT * FROM your_table_name;

Revision as of 13:36, 28 April 2022

Advertising: