SphinxQL错误非常基本

SphinxQL错误非常基本,sphinx,sphinxql,Sphinx,Sphinxql,我的问题是: SELECT `person_id` FROM `123numbers` WHERE MATCH('john smith') 下面是我得到的错误: [1064] sphinxql: syntax error, unexpected $undefined, expecting IDENT near '`123numbers` WHERE MATCH('john smith')' [ SELECT `person_id` FROM `123numbers` WHERE MATCH('

我的问题是:

SELECT `person_id` FROM `123numbers` WHERE MATCH('john smith')
下面是我得到的错误:

[1064] sphinxql: syntax error, unexpected $undefined, expecting IDENT near '`123numbers` WHERE MATCH('john smith')' [ SELECT `person_id` FROM `123numbers` WHERE MATCH('john smith')]
怎么了?我已经将我的查询简化到了极限,但它仍然不起作用


谢谢你的帮助!;)

显然,使用SphinxQL索引名不能以数字开头,但使用API,一切都很好

*BUG*