ClickHouse/docs/en/query_language
Marek Vavruša 5f53df7dbe ParserCreateQuery: allow ATTACH TABLE x shorthand statement
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;
```
2017-10-21 13:38:39 -07:00
..
clickhouse_local.rst CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
index.rst CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
queries.rst ParserCreateQuery: allow ATTACH TABLE x shorthand statement 2017-10-21 13:38:39 -07:00
syntax.rst CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00