Re: Sintaxis UPDATE

From: <dkuroki(at)dbas(dot)com(dot)ar>
To: askertchly(at)dacompsc(dot)com, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Sintaxis UPDATE
Date: 2005-06-29 14:58:23
Message-ID: N3Dy1JeD.1120057103.2161460.dkuroki@dbas.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


Armando,

Es asi.
El asunto es que, el ANSI sostiene que no es posible realizar un update
de mas de una tabla.
Por esta razon Postgres no lo permite y da por sentado que los campos a
modificar corresponden a la tabla en cuestion.

Dorian Kuroki
DBAS Argentina.

On 6/29/2005, "Armando Skertchly" <askertchly(at)dacompsc(dot)com> wrote:

>Aparentemente no se permite la sintaxis:
>
>
>
>UPDATE tabla SET tabla.campo…
>
>
>
>Solo se permite:
>
>
>
>UPDATE tabla SET campo
>
>
>
>Me podrían confirmar esto?
>
>
>
>GRACIAS
>
>
>
>
>
>Armando Skertchly M.
>
>DAComp, S.C.
>
>(449) 914-6793
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Armando Skertchly 2005-06-29 15:01:06 Sintaxis UPDATE
Previous Message Nahum Castro 2005-06-29 14:57:21 RE: MONDRIAN y JPIVOT