mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
832 B
832 B
keywords | title | ||||||
---|---|---|---|---|---|---|---|
|
SQL Reference |
import { TwoColumnList } from '/src/components/two_column_list' import { ClickableSquare } from '/src/components/clickable_square' import { HorizontalDivide } from '/src/components/horizontal_divide' import { ViewAllLink } from '/src/components/view_all_link' import { VideoContainer } from '/src/components/video_container'
import LinksDeployment from './sql-reference-links.json'
ClickHouse SQL Reference
ClickHouse supports a declarative query language based on SQL that is identical to the ANSI SQL standard in many cases.
Supported queries include GROUP BY, ORDER BY, subqueries in FROM, JOIN clause, IN operator, window functions and scalar subqueries.