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 434c6e1 commit 4c3293dCopy full SHA for 4c3293d
docs/getting-started/example-datasets/tpch.md
@@ -280,7 +280,7 @@ ORDER BY
280
281
::::note
282
Until v25.5, the query did not work out-of-the box because scalar correlated subqueries were unsupported.
283
-Until v25.8, the query requires enabling allow_experimental_correlated_subqueries setting.
+Until v25.8, the query requires enabling the `allow_experimental_correlated_subqueries` setting.
284
285
This alternative formulation works and was verified to return the reference results.
286
0 commit comments