Creating & deleting Kafka topics
This page describes how to create and delete topics in the Lenses SQL Studio.
CREATE TABLE
CREATE TABLE
table_name(
$field $fieldType [, $field $fieldType,...]
)
FORMAT ($keyStorageFormat, $valueStorageFormat)
[PROPERTIES(
partitions= *,
replication=$replication,
compacted=true/false)
];SHOW TABLES
DESCRIBE TABLE
DROP TABLE
System virtual tables (__tables, __fields)
Record metadata
Last updated
Was this helpful?

