[typo](docs)Fix explode_json_array document error (#18867)
This commit is contained in:
@ -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
|
||||
|
||||
@ -52,9 +52,6 @@ mysql> select k1 from example1 order by k1;
|
||||
| 1 |
|
||||
| 2 |
|
||||
| 3 |
|
||||
| 4 |
|
||||
| 5 |
|
||||
| 6 |
|
||||
+------+
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user