On 1/12/16, Christian Schmitz <realbasiclists at monkeybreadsoftware.de> wrote:
>
> Unless I missed something, I may suggest
>
> * moveprev
> * movefirst
> * movelast
> * move to record in cursor with given index

Not possible, at least not in general.  Something like this could be
done for the simpliest queries against a single real table.  But for
joins (especially LEFT JOINs) or queries containing subqueries or
queries against virtual tables or table-valued functions or queries
involving common-table-expressions, this is not possible.
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to