luban
Results
2
issues of
luban
# replay method table struct: ```` CREATE TABLE t1 ( `id` Int64, `It8` Nullable(Decimal32(8)), `It32` Nullable(Decimal64(10)), `c1` Nullable(Int64), `c2` Nullable(Int64), ) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity =...
To kill a slow query through the ODBC interface, we can normally use "sqlcancel". However, "clickhouse-odbc" does not implement this function, and there will be no response after calling this...