mirror of
https://github.com/jbranchaud/til
synced 2026-01-04 23:58:01 +00:00
Add a link to more info in the latest til.
This commit is contained in:
@@ -21,3 +21,6 @@ with recursive fizzbuzz (num,val) as (
|
|||||||
)
|
)
|
||||||
select val from fizzbuzz where num > 0;
|
select val from fizzbuzz where num > 0;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check out [With Queries (Common Table Expressions)](http://www.postgresql.org/docs/9.4/static/queries-with.html)
|
||||||
|
for more details on CTEs.
|
||||||
|
|||||||
Reference in New Issue
Block a user