matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: select json_extract(constant..) from table error

Open heni02 opened this issue 3 years ago • 0 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

MO: image mysql: image

Expected Behavior

No response

Steps to Reproduce

No response create table json_table_1(j1 json); insert into json_table_1 values('{"key10": "value1", "key2": "value2"}'),('{"key1": "@#$_%^&*()!@", "123456": "中文mo"}'),('{"芝士面包": "12abc", "123456": "中文mo"}'),('{"": "", "123456": "中文mo"}'),('{"a 1": "b 1", "123456": "中文mo"}'),('{"d1": "2020-10-09", "d2": "2019-08-20 12:30:00"}'),('{"d1": [true,false]}'),('{}');

Additional information

No response

heni02 avatar Oct 12 '22 03:10 heni02