Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: SQL -Only the first of every row ?
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
![]() |
![]() |