复古 护眼 海天 深邃 暗黑 默认

DROP STREAMING

描述

DROP STREAMING 语法用于删除指定 CDC Streaming 作业。

语法

DropStreaming ::=
  'DROP' 'STREAMING' jobId

jobId ::=
  integer | identifier | string

补充说明

示例

  • 删除 CDC Streaming 作业
DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
SUCCESS

保留字

DROPSTREAMING

相关链接