Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
13.1
-
None
-
Not for Release Notes
Description
Hi,
I found that when using JSON_KEYS as the input of JSON_ARRAY, the return type of JSON_KEYS is cast from array to string. There is an example:
SELECT JSON_ARRAY(JSON_KEYS('{"a":1}')); -- ["[\"a\"]"] |