mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
add documentation and test
This commit is contained in:
parent
a8e38738e9
commit
63e8eef9de
@ -510,3 +510,15 @@ Result:
|
||||
**See Also**
|
||||
|
||||
- [system.settings](../../operations/system-tables/settings.md) table
|
||||
|
||||
## SHOW ENGINES
|
||||
|
||||
``` sql
|
||||
SHOW ENGINES [INTO OUTFILE filename] [FORMAT format]
|
||||
```
|
||||
|
||||
Outputs the content of the [system.table_engines](../../operations/system-tables/table_engines.md) table, that contains description of table engines supported by server and their feature support information.
|
||||
|
||||
**See Also**
|
||||
|
||||
- [system.table_engines](../../operations/system-tables/table_engines.md) table
|
@ -7,3 +7,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
$CLICKHOUSE_CLIENT -q "SHOW PROCESSLIST" &>/dev/null
|
||||
$CLICKHOUSE_CLIENT -q "SHOW DATABASES" &>/dev/null
|
||||
$CLICKHOUSE_CLIENT -q "SHOW TABLES" &>/dev/null
|
||||
$CLICKHOUSE_CLIENT -q "SHOW ENGINES" &>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user