This sql statement provokes a syntax exception in 2.1.210 (expected "(") but was accepted by 1.4.200. Why? create table delayed_signal_queue ( seq_num identity, from_cls varchar(512) not null, from_id ...
Sometimes we need to check the CREATE TABLE syntax for already created table in the database. When we need to check what kind of columns and what datatype a column has in a table then we require the ...
Hello! I have syntax err problem when I try to add new table with TTL parameter. CH version: 19.17.6.36 (official build). CREATE TABLE db.stat_new (`mdate` Date, `msec` DateTime, `remote_addr` String, ...