Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用SphinxQl,我无法从特定索引中获取状态字段。如果我尝试获取状态字段,我将收到以下错误。请任何人帮助解决这个问题?
例子:
Select Status from tablename;
我收到以下错误:
语法错误,意外状态,在“来自表名的状态”附近需要 IDENT(或 17 个其他标记)。
注意:我无法STATUS在任何索引的字段中插入任何值。
STATUS
STATUS 是保留字,请使用`status`
`status`