update within limits

From: admin <admin(at)wtbwts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: update within limits
Date: 1999-12-08 20:34:40
Message-ID: Pine.BSF.4.10.9912082032440.5887-100000@server.b0x.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quick question:
Is there a way to update fields in a table within limits, similarly to
using a select. In other words, something like this:
update from table1 field1='blah' where id=(select id from table2 limit
5,5);

Thanks,
Marc

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Heflin 1999-12-08 22:40:58 get the previous assigned sequence value
Previous Message Ed Loehr 1999-12-08 19:25:14 Re: [GENERAL] Suggested "minor" change to psql