basic doubt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subash2511
    New Member
    • Mar 2008
    • 1

    basic doubt

    Is it possible to use group by without aggregate function in general..
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Originally posted by subash2511
    Is it possible to use group by without aggregate function in general..
    If there is no aggregate function then why you need to group the records ?

    Comment

    • AdusumalliGopikumar
      New Member
      • Aug 2007
      • 42

      #3
      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

      Working...