Deletes all externally stored trajectory files from a folder.
Syntax
void ST_DeleteGTF(text directory);
Parameters
|
Parameter |
Description |
|
directory |
The external storage string. Currently, only OSS folders are supported. The format is as follows: |
Description
You need to delete trajectory files.
Examples
SELECT ST_deleteGtf('OSS_PATH');