Rory Campbell-Lange writes: > I've downloaded the sql document archives from > postgresql.org/postgresql/doc/sql but it isn't clear to me how to > discern what is legal in an UPDATE statement.
Certainly LIMIT is not. Although LIMIT is a key word in the SQL standard, it isn't used for anything, so you cannot use it in portable applications. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html