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 6ef85b9 commit a48b9e6Copy full SHA for a48b9e6
test-3.9/expected/multicorn_test_limit_1.out
@@ -184,7 +184,7 @@ EXPLAIN SELECT max(test1) OVER (ORDER BY test1) FROM testmulticorn LIMIT 1 OFFSE
184
QUERY PLAN
185
----------------------------------------------------------------------------------
186
Limit (cost=19.52..29.03 rows=1 width=8)
187
- -> WindowAgg (cost=10..200.30 rows=20 width=8)
+ -> WindowAgg (cost=10.00..200.30 rows=20 width=8)
188
-> Foreign Scan on testmulticorn (cost=10.00..200.00 rows=20 width=10)
189
(3 rows)
190
0 commit comments