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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:01:09+00:00 2026-06-17T03:01:09+00:00

Can anyone help me understand this SQL query in PostgreSQL ? SELECT sum(count) FROM

  • 0

Can anyone help me understand this SQL query in PostgreSQL ?

SELECT sum(count) 
FROM ( 
    SELECT count, 
           time, 
           max(time) OVER (PARTITION BY post_id) max_time 
    FROM totals 
    WHERE cust_id IN %s 
    AND time < %s 
    AND type = %s 
) as ss 
WHERE time = max_time;
  • 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-17T03:01:10+00:00Added an answer on June 17, 2026 at 3:01 am

    Additional comment

    To explain my comments on the OP I was having with a_horse_with_no_name, this query could be re-written as follows:

    SELECT sum(count) 
    FROM ( 
        SELECT count, 
               time, 
               RANK() OVER (ORDER BY time DESC PARTITION BY post_id) time_desc 
        FROM totals 
        WHERE cust_id IN %s 
        AND time < %s 
        AND type = %s 
    ) as ss 
    WHERE time_desc = 1;
    

    I believe this makes it clearer what this query is doing (since it a more standard form.)


    Original Comment

    Let me make a guess — lets say count is the number of views and time is the time that there are those views. My guess is it is something like this. But KM won’t tell us.

    In any case if that is how it works then this is what the query does:

    It gives the total views of all posts.
    (As limited by the incoming parameters)

    I could explain why, but I’ll wait for you to apologize for cursing at me.

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

Sidebar

Related Questions

Can anyone help me understand this query? The mktpgmvhclxref.mktpgmvhclxrefId.mktgPgm part mostly. Generally it is
Can anyone help me understand why this is not working? <div id=css-check class=css-check tool-tip
Can anyone help me understand why this line doesn't create an image with a
Can anyone of you help me understand the behavior I get when visiting this
Can anyone help me understand what is going on here? Jenkins has been working
Hey can anyone help me understand how to do an edit method for my
Can anyone please help me to understand how should i access json data in
I wonder if anyone can help me to understand where I could be going
Can anyone help - this is driving me mad. I am calling a mysql
Good morning, everyone. I need some query help. You can assume I understand relatively

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.