Re: Calling the CTE for multiple inputs

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Calling the CTE for multiple inputs
Date: 2012-10-07 01:02:46
Message-ID: k4qkbm$uah$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2012-10-04, air <mojaveranger7(at)gmail(dot)com> wrote:
> I have a CTE that takes top left and bottom right latitude/longitude values
> along with a start and end date and it then calculates the amount of user
> requests that came from those coordinates per hourly intervals between the
> given start and end date. However, I want to execute this query for about
> 2600 seperate 4-tuples of lat/lon corner values instead of typing them in
> one-by-one. How would I do that? The code is as below:

I see that your're using the CTE only to fill-in the nulls in main query group-by
is it the same plan for the coordinates (non-overlapping ranges)?

how are your coordinates respresented?

--
⚂⚃ 100% natural

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jasen Betts 2012-10-07 01:30:37 Re: checking the gaps in intervals
Previous Message Gavin Flower 2012-10-06 21:58:17 Re: checking the gaps in intervals