0

while executing the below query i am getting error. can any one please , suggest to fix that issue

delete from RTindexname where dateupdated > 1397063119 and dateupdated < 1397056434;

sphinxql: syntax error, unexpected IDENT, expecting ID near 'dateupdated > 1397063119 and dateupdated < 1397056434

karthik
  • 36
  • 10

1 Answers1

0

You need to use a more recent version of sphinx. As noted in comments above, support was added later than the version you using.

barryhunter
  • 20,886
  • 3
  • 30
  • 43