Retro Eye care Haitian Deep Dark Default

DROP STREAMING

Description

The DROP STREAMING syntax is used to drop a specified CDC streaming job.

Syntax

DropStreaming ::=
  'DROP' 'STREAMING' jobId

jobId ::=
  integer | identifier | string

Supplement

Example

  • Drop CDC streaming job
DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
sharding_db=> DROP STREAMING j0302p0000702a83116fcee83f70419ca5e2993791;
SUCCESS

Reserved word

DROP, STREAMING