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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:35:20+00:00 2026-05-17T00:35:20+00:00

I am using PostgreSQL. I have the data in table like: Parent_id Count Read

  • 0

I am using PostgreSQL.
I have the data in table like:

Parent_id     Count     Read
---------     ------    ------
52405          2         False
52405          1         True

Now i want to summarize the data like :

Parent_id     Count     Read
---------     ------    ------
52405          3         False

Count would be the sum of the records.
Read would be the logical AND operation.

  • 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-05-17T00:35:21+00:00Added an answer on May 17, 2026 at 12:35 am
    SELECT
        "Parent_id",
        SUM("Count"),
        bool_and("Read")
    FROM
        tablename
    GROUP BY
        "Parent_id";
    

    I did use double quotes ” because of illegal column names and the use of upper case in the names.

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

Sidebar

Related Questions

I am using postgresql. I have a table called custom_field_answers. The data looks like
I am using PostgreSQL database. I have the data like below. id name1 name2
I am using PostgreSQL 8.3 . I have a table like this: id regist_time
I'm using PostgreSQL 9.1 and I have this data structure: A B ------- 1
(I am using PostgreSQL) I have a table which stores transactions to an account.
I have developed an application using postgresql and it works well. Now I need
I'm using PostgreSQL 8.4.6 with CentOS 5.5 and have a table of users: #
I have the following data in my Street_Address_1 column: 123 Main Street Using Postgresql,
I have a table that looks basically like this: id | redirectid | data
I'm new to PostgreSQL. I have tables like: CREATE TABLE Person ( ID SERIAL

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.