diff --git a/release_23.11/index.html b/release_23.11/index.html index 4f5067f..6f4fc33 100644 --- a/release_23.11/index.html +++ b/release_23.11/index.html @@ -124,7 +124,7 @@

ADD and MATERIALIZE INDEX

concat with arbitrary types

-

:) SELECT concat('Hello ', 123) +

:) SELECT concat('Hello ', [1, 2]) ┌─concat('Hello, ', [1, 2])─┐ │ Hello, [1,2] │