Chris Ottinger
Results
1
issues of
Chris Ottinger
**Describe the bug** Using JSON_EXTRACT(...) with json field from a sub-query returns an error. Example query: ```sql select JSON_EXTRACT(, '$.') as extracted_field from ( select .value as from .. as...
bug