📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

DROP STREAM



Deletes an existing stream.

Syntax

DROP STREAM [ IF EXISTS ] [ <database_name>. ]<stream_name>

Examples

DROP STREAM books_stream_2023;

Was this page helpful?