From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | rug_vzla(at)hotmail(dot)com |
Cc: | "Postgre SQL" <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Error Compilando el Código fuente |
Date: | 2006-09-01 22:42:37 |
Message-ID: | c2d9e70e0609011542p7f19e975n67119721cf5c60ab@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 9/1/06, Rafael Urbina <rug_vzla(at)yahoo(dot)com> wrote:
> gram.y
> insert_rest:
> VALUES '(' insert_target_list ')' VALID insert_target_el
> {
> $$ = makeNode(InsertStmt);
> $$->cols = NIL;
> if (1 > 0)
> {
> $3= lappend($3,$6);
> }
1 siempre es mayor a 0 si mis matematicas son correctas... ese if te
sirve para algo?
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2006-09-01 23:28:43 | Re: Insercion tabla |
Previous Message | Salvador Mondragón Avilés | 2006-09-01 22:29:52 | Sin conexión con phppgadmin |