mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Update index.md
This commit is contained in:
parent
4bf46ed288
commit
b5b3cb1c05
@ -1,12 +1,12 @@
|
||||
---
|
||||
toc_priority: 33
|
||||
toc_folder_title: SELECT
|
||||
toc_title: Queries Syntax
|
||||
toc_title: Query Syntax
|
||||
---
|
||||
|
||||
# SELECT Queries Syntax {#select-queries-syntax}
|
||||
# SELECT Query {#select-queries-syntax}
|
||||
|
||||
`SELECT` performs data retrieval.
|
||||
`SELECT` queries perform data retrieval. By default, the requested data is returned to the client, while in conjunction with [INSERT INTO](../insert-into.md) it can be forwarded to a different table.
|
||||
|
||||
``` sql
|
||||
[WITH expr_list|(subquery)]
|
||||
|
Loading…
Reference in New Issue
Block a user