Oleg Galizin
Oleg Galizin
- **params** - **Nullable params**
I modified example inline void DateTime64Example(Client& client) { Block b; /// Create a table. client.Execute("CREATE TABLE IF NOT EXISTS test_datetime64 (dt64 DateTime64(6) primary key)"); std::cerr
I try to write a loader from TVS format. So i run the query like client.Execute("CREATE TEMPORARY TABLE IF NOT EXISTS test_client (id UInt64, name String)"); client.Execute("insert into test_client FORMAT...