Re: how to query against nested hstore data type

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to query against nested hstore data type
Date: 2014-08-26 01:24:40
Message-ID: 53FBE1D8.5000601@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/24/2014 7:05 PM, Huang, Suya wrote:
>
> The question is how can I get visits/pages/duration separately from
> the value column so that I can do a sum on those metrics individually.
>

why not store all this in proper relational tables so you can use proper
relational queries?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message wd 2014-08-26 04:04:51 Re: PostgreSQL DB Replication
Previous Message Huang, Suya 2014-08-26 01:05:25 Re: how to query against nested hstore data type