Update index.md

This commit is contained in:
Ivan Blinkov 2020-06-10 23:48:54 +03:00 committed by GitHub
parent 4bf46ed288
commit b5b3cb1c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]