Skip to content

Commit

Permalink
Fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Dec 6, 2023
1 parent 7b99cba commit 14d6dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_23.11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>ADD and MATERIALIZE INDEX</h2>
<section class="slide">
<h2>concat with arbitrary types</h2>

<p><code style="font-size: 14pt; line-height: 1.25;">:) SELECT concat('Hello ', <b style="color: green;">123</b>)
<p><code style="font-size: 14pt; line-height: 1.25;">:) SELECT concat('Hello ', <b style="color: green;">[1, 2]</b>)

┌─concat('Hello, ', [1, 2])─┐
│ Hello, [1,2] │
Expand Down

0 comments on commit 14d6dcd

Please sign in to comment.