以下是我的查询:
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')]怎么啦?我已经将我的查询简化到了极致,但它仍然不起作用。
谢谢你的帮助!)
发布于 2015-03-05 07:00:40
显然,索引名不能以使用SphinxQL的数字开头,但是使用API,一切都很好。
*BUG*https://stackoverflow.com/questions/28871516
复制相似问题