Re: Delete/Update with order by

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Evandro Andersen" <evandro(dot)andersen(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Delete/Update with order by
Date: 2007-10-30 04:15:03
Message-ID: dcc563d10710292115n3897a9f5g18449a3be6afe579@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/25/07, Evandro Andersen <evandro(dot)andersen(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2007-10-30 04:16:12 Re: Pgaccess
Previous Message Richard Broersma Jr 2007-10-30 04:13:55 Re: PostgreSQL and AutoCad