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 8832307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:29:56+00:00 2026-06-14T08:29:56+00:00

I have this code and it gives me sold seats summarized for each movie:

  • 0

I have this code and it gives me sold seats summarized for each movie:

SELECT mName, SUM(soldSeats)
FROM movie, show, prog
WHERE movie.movieID = prog.movieID
AND prog.showID = show.showID
GROUP BY mName 

The problem is to find movie that have the max of seats sold, I have tried to add this, but only get no rows:

HAVING SUM(soldseats) = (SELECT MAX(SUM(soldseats)) FROM show
GROUP BY solgteplasser)

Do anyone have a suggestion? Here is how the tables looks: Sum of a activity

  • 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-14T08:29:57+00:00Added an answer on June 14, 2026 at 8:29 am
    Select test.* 
    from 
    (Select movie.mName, SUM(show.soldSeats) as soldseatsum
    FROM movie, show, prog
    WHere movie.movieId = prog.movieID
    AND prog.showID = show.showID
    Group by movie.mName
    Order by soldseatsum DESC) test
    Where rownum<=1
    

    This way you order your selection descending by your SUM
    and you select the first row only using Rownum
    which is the row with the highest SUm.

    EDIT:
    Also in case you got Nulls in your SUM column make sure you add a NULLS LAST after your ORder By like this:

    .....
    .....
    Group by movie.mName
        Order by soldseatsum DESC NULLS LAST) test
        Where rownum<=1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this in my code: SelectList(blah, blah, blah, cu.Customer.CustomerID.ToString()) It gives a error
I have a code like this below, which gives me a $link that equals
I have this code here which gives me the result I'm looking for, a
I already have this code but it gives me the wrong result. private void
I have this piece of code which gives to SAXParseError i.e., it is not
I have this code: imgImage.Source = new BitmapImage(new Uri(Images/LivingRoom/chair.png, UriKind.Relative)); this gives me: {pack://application:,,,/ExpressFurnitureSystem;component/ui/Images/LivingRoom/chair.png}
Hello i have this code and it gives me errors on android 3 and
I have this code which gives me the below output in firebug, so according
Please I have this code which gives me many errors: //Neuron.h File #ifndef Neuron_h
At the moment I have this (standard) code which gives me a full-width background

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.