mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add alias to doc
This commit is contained in:
parent
3fd5c69205
commit
2061fb25c5
@ -22,4 +22,7 @@ And the following queries return tables with the same content but different colu
|
||||
``` sql
|
||||
SELECT * FROM numbers(10, 11) WHERE number % 3 == (10 % 3);
|
||||
SELECT * FROM generate_series(10, 20, 3) ;
|
||||
```
|
||||
```
|
||||
|
||||
### Alias
|
||||
generateSeries
|
Loading…
Reference in New Issue
Block a user