Skip to content

Commit 4c3293d

Browse files
authored
Update docs/getting-started/example-datasets/tpch.md
1 parent 434c6e1 commit 4c3293d

File tree

1 file changed

+1
-1
lines changed
  • docs/getting-started/example-datasets

1 file changed

+1
-1
lines changed

docs/getting-started/example-datasets/tpch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ ORDER BY
280280

281281
::::note
282282
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.
283+
Until v25.8, the query requires enabling the `allow_experimental_correlated_subqueries` setting.
284284

285285
This alternative formulation works and was verified to return the reference results.
286286

0 commit comments

Comments
 (0)