mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
edc35f1254
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2 lines
111 B
SQL
2 lines
111 B
SQL
explain syntax select * from (select range(0, 10) range_, point_ from system.one array join range_ as point_);
|