Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
DROP SHARED FILE
On this page
The DROP SHARED FILE command deletes a file in the shared space (Cloud Portal > Editor > Shared).
Syntax
DROP SHARED FILE '<filename>'Argument
-
filename: The name of the file to delete in the shared space.
Example
The following command deletes a file in the shared space:
DROP SHARED FILE 'stats.csv';
Last modified: