Add alias to doc

This commit is contained in:
divanik 2024-03-18 16:21:08 +00:00
parent 3fd5c69205
commit 2061fb25c5

View File

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