Is it possible to use group by without aggregate function in general..
basic doubt
Collapse
X
-
Tags: None
-
Originally posted by subash2511Is it possible to use group by without aggregate function in general.. -
Hi,
If you want use Group by Clause in your query then you must and should use any of the aggregate function.
or else system will throw an error message like
ORA-00979 :not a GROUP BY expression.Comment
Comment