mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
5f53df7dbe
Allow `ATTACH TABLE [db.]name` if the table was previously detached, an the table structure can be read from disk. This makes reattaching tables less cumbersome: ``` CREATE TABLE test.t (x UInt8) ENGINE = Null; DETACH TABLE test.t; ATTACH TABLE test.t; ``` |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
scripts | ||
src | ||
tests | ||
CMakeLists.txt |