UNDEFINE statement in ksqlDB for Confluent Platform

Synopsis

DEFINE <name>'
Copy

Description

Undefines a currently defined variable.

Example

UNDEFINE replica_count;
Copy