Status field couldnt fetch

294 views Asked by At

Using SphinxQl, I could not fetch status fields from particular index. If I try to fetch the status fields, I will get following errors. Please any one help to solve that issue?

Example:

Select Status from tablename;

I got following error:

syntax error, unexpected STATUS, expecting IDENT (or 17 other tokens) near 'Status from tablename'.

Note: I could not insert any value at STATUS field in any index.

1

There are 1 answers

1
aditirex On

STATUS is a reserved word , use `status`