SELECT * FROM configuration config,label label ;
运行时出现
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 34 near “config,label label ;”
最后发现config、label 使用 `` 反引号就可以查询,但是在关键字和保留字列表中没有看到这两个,所以是还有其他的关键字或保留字没有显示在https://pingcap.com/docs-cn/stable/keywords-and-reserved-words/#L这个列表里面吗
如果还有其他的可以列出来一下吗