mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-17399 JSON_TABLE.
Aftermerge fixes.
This commit is contained in:
@@ -585,7 +585,7 @@ select a from json_table('[[]]', '$' columns(a char(8) path '$' error on error))
|
||||
ERROR HY000: Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
|
||||
show warnings;
|
||||
Level Code Message
|
||||
Error 4177 Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
|
||||
Error 4178 Can't store an array or an object in the scalar column 'a' of JSON_TABLE 't'.
|
||||
#
|
||||
# MDEV-JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explicit) and fails.
|
||||
#
|
||||
|
Reference in New Issue
Block a user