[typo](docs)Fix explode_json_array document error (#18867)

This commit is contained in:
Jiwen liu
2023-04-21 12:35:14 +08:00
committed by GitHub
parent b84bd156fb
commit 2cc811bd54
2 changed files with 1 additions and 7 deletions

View File

@ -52,9 +52,6 @@ mysql> select k1 from example1 order by k1;
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 |
+------+
```
@ -283,4 +280,4 @@ mysql> select k1, e1 from example1 lateral view explode_json_array_string('{"a":
### keywords
explode,json,array,json_array,explode_json,explode_json_array
explode,json,array,json_array,explode_json,explode_json_array

View File

@ -52,9 +52,6 @@ mysql> select k1 from example1 order by k1;
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 |
+------+
```