The following query

  SELECT title,snippet(stories,"~","~","...")
  FROM titles JOIN stories ON titles.story_id=stories.rowid
  WHERE stories.body MATCH ?

results in a complaint that MATCH is being called in the wrong context. Prefixing any/all column names with "+" doesn't change this.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to