ClickHouse/docs/en/sql-reference/statements/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
379 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/sql-reference/statements/
2022-04-11 03:27:48 +00:00
sidebar_position: 1
2023-03-23 20:20:26 +00:00
sidebar_label: List of statements
2020-04-03 13:23:32 +00:00
---
2023-03-23 20:20:26 +00:00
# ClickHouse SQL Statements
2024-11-11 09:38:26 +00:00
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).