Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> GROUP BY Expression
Hello,
I'm using Oracle with Cold Fusion (if anyone here knows what CF is). I have the following query that does not work. Can somebody tell me why?
SELECT *
FROM Students U, Sessions E, Seminars S
WHERE S.ID = E.ID AND E.SID = U.SID AND E.IID = 235
It produces the following error in Cold Fusion:
ODBC Error Code = NA000 ()
[Microsoft][ODBC driver for Oracle][Oracle]ORA-00979: not a GROUP BY
expression
Thanks in advance to anybody who can help!
![]() |
![]() |