尝试使用 TiDB 4.0 作为 zabbix 4.4.10 的数据库,但是发下zabbix的某些sql在TiDB会报错,比如select中包含名称为error的字段时,请问有什么解决方案吗?
例如:
select 1 as error;
select 1 as error
> 1064 - You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 17 near "error"
> Time: 0.003s