mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
10 lines
379 B
Markdown
10 lines
379 B
Markdown
---
|
|
slug: /en/sql-reference/statements/
|
|
sidebar_position: 1
|
|
sidebar_label: List of statements
|
|
---
|
|
|
|
# ClickHouse SQL Statements
|
|
|
|
Users interact with ClickHouse using SQL statements. ClickHouse supports common SQL statements like [SELECT](select/index.md) and [CREATE](create/index.md), but it also provides specialized statements like [KILL](kill.md) and [OPTIMIZE](optimize.md).
|