Re: Delete/Update with order by - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Delete/Update with order by
Date
Msg-id dcc563d10710292115n3897a9f5g18449a3be6afe579@mail.gmail.com
Whole thread Raw
In response to Delete/Update with order by  ("Evandro Andersen" <evandro.andersen@gmail.com>)
List pgsql-general
On 10/25/07, Evandro Andersen <evandro.andersen@gmail.com> wrote:
> In Oracle you can use this:
>
> DELETE FROM A WHERE A1 = 10 ORDER BY A2
>
> There is something in the Postgresql ?

That doesn't work in Oracle 9i, I tried it.

No, there's nothing exactly like it in pgsql.

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: PostgreSQL and AutoCad
Next
From: "Scott Marlowe"
Date:
Subject: Re: Pgaccess