class="parameter">start specifies the number of rows
to skip before starting to return rows. When both are specified,
following query is invalid:
SELECT distributors.* WHERE distributors.name = 'Westward';
-
-
PostgreSQL releases prior to
+
PostgreSQL releases prior to
8.1 would accept queries of this form, and add an implicit entry
to the query's FROM clause for each table
referenced by the query. This is no longer allowed.