删除数据流表。

语法

DROP STREAM (IF EXISTS) table_name;

参数

参数 是否必选 说明
table_name 数据流表的名称。

示例

DROP STREAM users_original;