Las colecciones con nombre creadas mediante DDL se pueden habilitar en determinados servicios de ClickHouse Cloud. Contacte con Support para confirmar la disponibilidad.
Sintaxis
CREATE NAMED COLLECTION [IF NOT EXISTS] name [ON CLUSTER cluster] ASkey_name1 = 'some value' [[NOT] OVERRIDABLE],key_name2 = 'some value' [[NOT] OVERRIDABLE],key_name3 = 'some value' [[NOT] OVERRIDABLE],...
Ejemplo
CREATE NAMED COLLECTION foobar AS a = '1', b = '2' OVERRIDABLE;