mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fixed style check
This commit is contained in:
parent
da4f6f7b6c
commit
0b59c24866
@ -92,7 +92,7 @@ SELECT * FROM test1;
|
|||||||
|
|
||||||
The optional RECURSIVE modifier allows for a WITH query to refer to its own output. Example:
|
The optional RECURSIVE modifier allows for a WITH query to refer to its own output. Example:
|
||||||
|
|
||||||
**Example:** Sum integers from 1 throught 100
|
**Example:** Sum integers from 1 through 100
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
WITH RECURSIVE test_table AS (
|
WITH RECURSIVE test_table AS (
|
||||||
@ -293,7 +293,7 @@ SELECT * FROM search_graph WHERE is_cycle ORDER BY from;
|
|||||||
|
|
||||||
## Infinite queries
|
## Infinite queries
|
||||||
|
|
||||||
It is also possible to use inifinite recursive CTE queries if `LIMIT` is used in outer query:
|
It is also possible to use infinite recursive CTE queries if `LIMIT` is used in outer query:
|
||||||
|
|
||||||
**Example:** Infinite recursive CTE query
|
**Example:** Infinite recursive CTE query
|
||||||
```sql
|
```sql
|
||||||
|
Loading…
Reference in New Issue
Block a user