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

DESC STREAM



Describes the details of a specific stream.

Syntax

DESC|DESCRIBE STREAM [ <database_name>. ]<stream_name>

Examples

DESC STREAM books_stream_2023; ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ created_on │ name │ database │ catalog │ table_on │ owner │ comment │ mode │ invalid_reason │ ├────────────────────────────┼───────────────────┼──────────┼─────────┼─────────────────────┼──────────────────┼─────────┼─────────────┼────────────────┤ │ 2023-11-29 02:38:29.588518 │ books_stream_2023 │ defaultdefault │ default.books_total │ NULL │ │ append_only │ │ └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Was this page helpful?