Skip to content

Commit 69743c2

Browse files
committed
updated few more images
1 parent 56e04ea commit 69743c2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
374 KB
Loading
482 KB
Loading

docs/sql_reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ In this query:
260260
- The function `cast_to_arr` is used to convert these fields into native arrays.
261261
- The result of `array_union` is a merged array with unique values: `[1, 2, 3, 4]`.
262262

263+
![cast_to_arr](./images/sql-reference/cast-to-array.png)
264+
263265
---
264266

265267
### `to_array_string(array)`
@@ -283,6 +285,8 @@ In this query:
283285
- `to_array_string` converts the result back into a stringified array.
284286
- `arrsort` then sorts the array in increasing order.
285287

288+
![to_array_string](./images/sql-reference/to-array-string.png)
289+
286290
---
287291

288292
## Aggregate Functions

0 commit comments

Comments
 (0)