SQL CommandsDDL CommandsShareDROP SHARE本页总览DROP SHAREDeletes a share. When you delete a share, the organizations added to the share will no longer have access to the database created from the share.SyntaxDROP SHARE [IF EXISTS] <share_name>;ExamplesThe following example deletes a share named myshare:DROP SHARE myshare;