Re: Help Me !!!

From: "Danyelle Gragsone" <ladynikon(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help Me !!!
Date: 2008-07-25 22:22:42
Message-ID: 59f9c5160807251522w51267821s2e1a9b382ca2e79d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2008/7/24 <danielimarco(at)gmail(dot)com>:

>
>
> Hello boys,
> I have a problem are not practical for sql.
>
> I helped to find the 'error of this query?
>
> SELECT
> fresh.articoli.barcode,
> fresh.articoli.descrizione,
> fresh.articoli.grammatura,
> fresh.articoli.id_marchio,
> fresh.articoli.imballo,
> fresh.articoli.codicecliente,
> fresh.articoli.user4,
> fresh.articoli.codiceean,
> natura.ass_codici.id_articolo,
> natura.ass_codici.id_articolo_cosmo
> FROM
> fresh.articoli
> INNER JOIN natura.ass_codici ON (fresh.articoli.id_articolo =
> natura.ass_codici.id_articolo)
> AND (natura.ass_codici.id_articolo_cosmo = fresh.articoli.codice)
>
> Grazie Marco
>
>

Looks fine to me too.. but you were only talking to the boys.. not the girls
;)

LadyNikon

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Cheshev 2008-07-26 01:21:10 Sequence
Previous Message Zoltan Boszormenyi 2008-07-25 21:20:54 Re: PostgreSQL vs FreeBSD 7.0 as regular user