【发布时间】:2021-06-17 13:24:20
【问题描述】:
当我尝试使用 json_unquote 显示结果时,它在 birt 中显示 HEX 数字。
创建表的DB脚本:
创建表action_data1 (
id_ref bigint 非空,
data_map 文字,
主键 (id_ref)
) ENGINE=InnoDB 默认字符集=utf8;
Rptdesign 已附加here
【问题讨论】:
-
这与
birt无关。请显示(文字,无图片)您的表格定义,部分示例数据见minimal reproducible example。 -
我添加了 DB 脚本和 RptDesign 也附上了