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

  • Home
  • SEARCH
  • 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 6830405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:36:49+00:00 2026-05-26T22:36:49+00:00

Can I perform aggregate queries on values in an hstore column? For example, I’d

  • 0

Can I perform aggregate queries on values in an hstore column? For example, I’d like to determine the SUM of a count field in the store.

  • 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-26T22:36:50+00:00Added an answer on May 26, 2026 at 10:36 pm

    Yes. But values are stored as text, so you have to cast them to an appropriate data type first. So, to sum heights in inches, which are stored in an hstore in the column “other”

    CREATE TABLE my_table (
      id integer primary key,
      other hstore
    );
    insert into my_table values 
    (1, hstore('height_in', '72') || hstore('weight_lbs', '180')),
    (2, hstore('height_in', '65') || hstore('girth_in', '42'));
    
    select sum((other->'height_in')::integer) sum_of_height
    from my_table;
    
    sum_of_height
    --
    137
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Smarty Pants sounds like a cool idea to me: SmartyPants can perform the following
Can i depend on NHibernate 3.0 built-in Linq provider to perform complex queries contain
Can i depend on NHibernate 3.0 built-in Linq provider to perform complex queries contain
I would like to aggregate our IIS logs and be able to quickly perform
I know you can perform a two-stage animataion using blocks like so: [UIView animateWithDuration:25.0
Is there any JavaScript library which can perform search on custom data. Something like
Is there a way which I can perform a conditional join something like this:
we can perform vim substitute on a set of lines by selecting them in
can anyone suggest me a plugin/tool that can perform a code formatting at build
I have a MDI WinForms application that can perform several tasks. Each task is

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.