tabix icon indicating copy to clipboard operation
tabix copied to clipboard

Tabix.io UI

Results 41 tabix issues
Sort by recently updated
recently updated
newest added

I installed Clickhouse Server v.22.1.3.7 and use Tabix embedded on config.xml. When I run a SELECT query with the UNION DISTINCT clause it returns "OK" as a result and not...

It's a nginx configuration issue. Listening on ipv6 socket is hardcoded in config: ``` server { listen 80 default_server; listen [::]:80 default_server; ... ``` This leads to a fatal error...

Hi, When double click on a clickhouse table with a dot in it (as created by a materialized view) the GUI hangs example: ``` CREATE TABLE A ( `id` Int32...

Hey, I was curious how the `ch_completions_help.js` gets generated. I would like to have it updated, but manual work does not feel to be the right way :sweat\_smile:

is it possible to login into multiple clickhouse servers at the same time within the same window? if so how? If not. then this would be a good improvement

In https://tabix.io/doc/draw/Draw_Chart/#group-columns the links to echarts need updating: https://ecomfe.github.io/echarts-examples/public/editor.html?c=area-basic --> https://echarts.apache.org/examples/en/editor.html?c=area-basic https://ecomfe.github.io/echarts-doc/public/en/option.html#series-line --> https://echarts.apache.org/en/option.html#series-line as echarts is now an apache icubator project.

This query ``` SELECT number, multiply(number,2) as s,multiply(number,3) as c FROM system.numbers where number

This is more of a question than anything. Is there any way to include *ALL* the nodes of the cluster? I have one connection to single node in the CH...

Hello, I have a decimal128(12) column in ClickHouse database. When I select a row I see the resulting value is rounded. The server response: ``` { "meta": [ { "name":...

Используем system.replicas system.replica_que

low