Re: Ayuda con subconsulta

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "German Basisty" <german(dot)basisty(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Ayuda con subconsulta
Date: 2008-02-19 03:15:20
Message-ID: c2d9e70e0802181915s71266f7kd774b725c29e1c27@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Feb 18, 2008 10:14 PM, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
>
> select venta.fecha, venta.monto, (select sum(vta.monto)
> from venta vta
> where vt1.fecha <=
> venta.fecha ) as saldo
> from venta
>

entiendase vt1 como vta, error de tipeo

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Crispin T. 2008-02-19 15:00:13 unir tablas encima de otras
Previous Message Jaime Casanova 2008-02-19 03:14:21 Re: Ayuda con subconsulta