We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21b48d commit 3cc4fb1Copy full SHA for 3cc4fb1
examples/fibonacci-numbers.prql
@@ -1,6 +1,6 @@
1
from_text format:json '[{"a":1, "b":1}]'
2
loop (
3
derive b_new = a + b
4
- select [a=b, b=b_new]
+ select {a=b, b=b_new}
5
)
6
take 7
0 commit comments