Getting started with ClickHouse v26.3

Connect to your ClickHouse instance, explore EDB-specific capabilities, and find resources for going further.

Connecting to ClickHouse

Once ClickHouse is installed and running, connect using clickhouse-client:

clickhouse-client

Verify you're running an EDB-packaged build:

SELECT value FROM system.build_options WHERE name = 'VERSION_OFFICIAL';

Integrations

See also

For SQL reference, configuration, and operational guidance beyond what's covered here, refer to the upstream ClickHouse documentation: