mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
4 lines
108 B
SQL
4 lines
108 B
SQL
select getServerPort('tcp_port');
|
|
|
|
select getServerPort('unknown'); -- { serverError CLUSTER_DOESNT_EXIST }
|