Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: N/A
-
Fix Version/s: N/A
-
Component/s: JSON
-
Labels:None
Description
bb-10.5-hf 6dfb3fab2 |
MariaDB [(none)]> select * from json_table('{"a":0}',"$" columns(a for ordinality)) foo; |
ERROR 1046 (3D000): No database selected |
It works with MySQL:
MySQL 8.0.19 |
MySQL [(none)]> select * from json_table('{"a":0}',"$" columns(a for ordinality)) foo; |
+------+ |
| a |
|
+------+ |
| 1 |
|
+------+ |
1 row in set (0.001 sec) |
Attachments
Issue Links
- relates to
-
MDEV-17399 Add support for JSON_TABLE
-
- Closed
-