[FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
This commit is contained in:
@ -390,6 +390,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"json_arrayagg", JSON_ARRAYAGG},
|
||||
{"json_objectagg", JSON_OBJECTAGG},
|
||||
{"json_value", JSON_VALUE},
|
||||
{"json_table", JSON_TABLE},
|
||||
{"key", KEY},
|
||||
{"keys", KEYS},
|
||||
{"key_block_size", KEY_BLOCK_SIZE},
|
||||
@ -530,6 +531,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"nchar", NCHAR},
|
||||
{"ndb", NDB},
|
||||
{"ndbcluster", NDBCLUSTER},
|
||||
{"nested", NESTED},
|
||||
{"new", NEW},
|
||||
{"next", NEXT},
|
||||
{"no", NO},
|
||||
@ -578,6 +580,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"options", OPTIONS},
|
||||
{"or", OR},
|
||||
{"order", ORDER},
|
||||
{"ordinality", ORDINALITY},
|
||||
{"orig_default", ORIG_DEFAULT},
|
||||
{"out", OUT},
|
||||
{"outer", OUTER},
|
||||
@ -595,6 +598,7 @@ static const NonReservedKeyword Mysql_none_reserved_keywords[] =
|
||||
{"partitioning", PARTITIONING},
|
||||
{"partitions", PARTITIONS},
|
||||
{"password", PASSWORD},
|
||||
{"path", PATH},
|
||||
{"pattern", PATTERN},
|
||||
{"pause", PAUSE},
|
||||
{"percentage", PERCENTAGE},
|
||||
|
||||
Reference in New Issue
Block a user