Re: Delete/Update with ORDER BY

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Delete/Update with ORDER BY
Date: 2007-10-25 12:44:45
Message-ID: 20071025124445.GK17195@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Thu, dem 25.10.2007, um 5:25:14 -0700 mailte Evandro Andersen folgendes:
> In Oracle you can use this:
>
>
>
> DELETE FROM A WHERE A1 = 10 ORDER BY A2
>
>
>
> There is something in the Postgresql ?

Can you explain this a little bit more? I can't see any sense. Either i
delete rows with A1=10 or not, but i don't need an order for this.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roberts, Jon 2007-10-25 12:50:02 Re: Delete/Update with ORDER BY
Previous Message Alvaro Herrera 2007-10-25 12:41:04 Re: select count() out of memory