Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 951 Bytes

File metadata and controls

33 lines (22 loc) · 951 Bytes

DROP FILE

DROP FILE 语句用于删除保存在数据库中的文件。使用该语句删除一个文件,那么该文件在 FE 内存和 BDBJE 中均会被删除。

语法

DROP FILE "file_name" [FROM database]

[properties];

参数

参数 必填 描述
file_name 文件名
database 文件所属的数据库
properties 文件属性,具体配置项见下表:properties配置项。

**properties** 配置项

配置项 必填 描述
catalog 文件所属类别

示例

删除文件 ca.pem

DROP FILE "ca.pem" properties("catalog" = "kafka");