Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
DROP PERSONAL FILE
On this page
The DROP PERSONAL FILE command deletes a file in the personal space (Cloud Portal > Editor > Personal).
Syntax
DROP PERSONAL FILE '<filename>'Argument
-
filename: The name of the file to delete in the personal space.
Example
The following command deletes a file in the personal space:
DROP PERSONAL FILE 'stats.csv';
Last modified: