Skip to content

Commit

Permalink
Fix CI tests on main (#14667)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 14, 2025
1 parent 7873e5c commit 25b2a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4349,7 +4349,7 @@ Functions to work with the union data type, also know as tagged unions, variant

Returns the value of the given field in the union when selected, or NULL otherwise.

```
```sql
union_extract(union, field_name)
```

Expand Down

0 comments on commit 25b2a92

Please sign in to comment.