> -----Original Message-----
> From: [EMAIL PROTECTED]
> 
> Maybe something along the lines of this could work.  There's 
> probably a more
> elegant method than this:
> 
> UPDATE output
>   SET stop=stop+1
>   WHERE ROWID =
>     (SELECT output.ROWID
>        FROM output, tokens,
>        WHERE output.sentence=tokens.sentence
>          AND output.stop=tokens.position
>          AND output.type='prop'
>          AND tokens.postag='RP');

Aha, of course!  Thanks.  This ought to work.

 -Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to