On 12 May 2016, at 11:24am, dandl <david at andl.org> wrote:

> Sqlite accepts (but Postgres does not):
> LIMIT -1 OFFSET nnn
> LIMIT -1
> 
> These all have the same meaning of no limit, but there is no common ground
> in the syntax.

Yes and Yes.  Documented behaviour.  There are some strange situations if the 
two clauses can't both be satisfied, but if you're not playing silly tricks you 
can depend on negative limits.

Simon.

Reply via email to