Bug #102089 | JSON_TABLE() documentation has no example of a column reference | ||
---|---|---|---|
Submitted: | 29 Dec 2020 17:32 | Modified: | 25 Feb 2021 16:19 |
Reporter: | Bill Karwin (Candidate Quality Contributor) (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Dec 2020 17:32]
Bill Karwin
[29 Dec 2020 18:29]
MySQL Verification Team
Thank you for the bug report.
[25 Feb 2021 16:19]
Jon Stephens
The cited documentation contains the following: expr: This is an expression that returns JSON data. This can be a constant ('{"a":1}'), a column (t1.json_data, given table t1 specified prior to JSON_TABLE() in the FROM clause), or a function call (JSON_EXTRACT(t1.json_data,'$.post.comments')). Thus the information requested is already present in the documentation, and this is not a bug.