Skip to content

Commit 25b2a92

Browse files
authored
Fix CI tests on main (#14667)
1 parent 7873e5c commit 25b2a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/sql/scalar_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,7 @@ Functions to work with the union data type, also know as tagged unions, variant
43494349

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

4352-
```
4352+
```sql
43534353
union_extract(union, field_name)
43544354
```
43554355

0 commit comments

Comments
 (0)