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

Home -> Community -> Usenet -> c.d.o.server -> Call a function in the group by expression

Call a function in the group by expression

From: <tjmxyz_at_my-deja.com>
Date: 2000/07/27
Message-ID: <8lpfdt$hf9$1@nnrp1.deja.com>#1/1

Is there someway to call a function in the group by expression

I.E.

SELECT ETIME,ENAME from ELOG GROUP BY MONTH(ETIME),ENAME;

I get the error: ETIME is not a group by expression....

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Jul 27 2000 - 00:00:00 CDT

Original text of this message

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