+ class="parameter">count, you must write parentheses
+ around it.
+ If count> is
+ omitted in a FETCH> clause, it defaults to 1.
ROW
and ROWS as well as FIRST
and NEXT are noise words that don't influence
- the effects of these clauses. In this syntax, when using expressions
- other than simple constants for start>
- or count, parentheses will be
- necessary in most cases. If count> is
- omitted in FETCH>, it defaults to 1.
+ the effects of these clauses.
+ According to the standard, the OFFSET clause must come
+ before the FETCH clause if both are present; but
+
PostgreSQL> is laxer and allows either order.