mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
22 lines
328 B
Markdown
22 lines
328 B
Markdown
## system.table_name {#system_tables-table_name}
|
|
|
|
Description.
|
|
|
|
Columns:
|
|
|
|
- `column_name` ([data_type_name](data_type_uri)) — Description.
|
|
|
|
**Example**
|
|
|
|
```sql
|
|
SELECT * FROM system.table_name
|
|
```
|
|
|
|
```text
|
|
Some output. It shouldn't be long.
|
|
```
|
|
|
|
**See Also**
|
|
|
|
- [Article name](uri) — Some words about referenced information.
|