Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8824663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:41:22+00:00 2026-06-14T06:41:22+00:00

I tried to read about not a group by expression errors from some other

  • 0

I tried to read about not a group by expression errors from some other posts, but all of them mention group functions such as MAX, MIN, etc. I’m not using any of it and it’s a really simple query returning this sort of error.

SELECT * 
FROM   ad_voarnet_atendimento_pista 
WHERE  is_closed = 0 
GROUP  BY prefixo 
ORDER  BY prefixo 

What am I doing wrong here?

Edit:

The expected result is the same that MySQL would give me with this query. It would exclude every duplicated value of the column PREFIXO. I want only 1 record of each value in the mentioned column.
The error message is this:

[Err] ORA-00979: not a GROUP BY expression
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T06:41:23+00:00Added an answer on June 14, 2026 at 6:41 am

    The GROUP BY is not useful outside of the context of an aggregate function like MIN() MAX() SUM() COUNT(), except perhaps to deduplicate rows. Just remove it. If you are looking to deduplicate results, use DISTINCT instead. If you use DISTINCT, it won’t be of much value unless you are more specific about the columns in the SELECT list, excluding the primary key column.

    SELECT
      DISTINCT * 
    FROM 
      AD_VOARNET_ATENDIMENTO_PISTA 
    WHERE IS_CLOSED = 0
    ORDER BY PREFIXO
    

    GROUP BY is sometimes confused with ORDER BY. You already have an ORDER BY PREFIX0,

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

HI all, When I tried to read the record of all peoples from the
I read about unions the other day( today ) and tried the sample functions
I have read about this from several places. I have tried the method found
I have read many topics about UITableViews not refreshing on iPhone, but couldn't find
I am wondering... I have read about Go some time ago and I tried
I've read about postion:absolute problems and tried almost every possible solution. Including positioning divs
I tried to implement this example to write and read data from internal storage,
I've read a lot of posts about using threads, subprocesses, etc.. A lot of
I am only somewhat familiar with multi-threading in that I've read about it but
I don't have much of a socket programming experience but I tried read a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.