删除数据流表。
DROP STREAM (IF EXISTS) table_name;
参数
是否必选
说明
table_name
是
数据流表的名称。
DROP STREAM users_original;