Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: SQL -Only the first of every row ?

Re: Q: SQL -Only the first of every row ?

From: Albert Dupond <ad_at_ad.com>
Date: Wed, 04 Aug 2004 16:11:35 +0200
Message-ID: <4110ee9c$0$31050$626a14ce@news.free.fr>


Frank Dietrich wrote:
> select objectnr, names, dates
> from $your_table
> where dates=2004
> group by objectnr

on names and dates :
ora-00979 : not a GROUP BY expression

AD Received on Wed Aug 04 2004 - 09:11:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US