नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Applies to:
Databricks SQL
Databricks Runtime 10.4 LTS and above
Unity Catalog only
Grants access to a share to a recipient.
Syntax
GRANT SELECT ON SHARE share_name TO RECIPIENT recipient_name
Parameters
-
The name of the share which the recipient is granted access to. If the share does not exist an error is raised.
-
The name of the recipient to which access to the share is granted. If the recipient does not exist an error is raised.
Examples
> GRANT SELECT ON SHARE vaccines TO RECIPIENT jab_me_now_corp;