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.
UPLOAD PERSONAL FILE TO
On this page
The UPLOAD PERSONAL FILE TO command uploads a file to the personal space (Cloud Portal > Editor > Personal).
Syntax
UPLOAD PERSONAL FILE TO '<filename>'
FROM '<local_path>' [ OVERWRITE ]Arguments
-
<filename>: Name of the file to upload. -
local_: Specifies the path to the file in the local directory.path
Remarks
-
When the
OVERWRITEclause is specified, any existing file with the same name in the personal space is overwritten.
Example
The following command uploads a file to the personal space and overwrites any existing files with the same name:
UPLOAD PERSONAL FILE TO 'stats.csv'FROM '/tmp/stats.csv' OVERWRITE;
Last modified: