Re: Distinct rows
From: Chris Jordan <mail_at_mailer.com>
Date: Fri, 22 Oct 1999 12:18:51 -0400
Message-ID: <6Y%P3.4752$Qo3.98349_at_wbnws01.ne.mediaone.net>
Date: Fri, 22 Oct 1999 12:18:51 -0400
Message-ID: <6Y%P3.4752$Qo3.98349_at_wbnws01.ne.mediaone.net>
Oracle doesn't let me do that. the aguments to group by must be the same as
the arguments to select.
So it is not letting me do group by vendorid, because for select part, I
have select vendorid, product, description.
Tomasz Gołebiowski <tgolebiowski_at_digest.com.pl> wrote in message
news:381073E8.18EFCCE3_at_digest.com.pl...
> just add group by vendorid
>
> tg
>
Received on Fri Oct 22 1999 - 18:18:51 CEST