Re: Calling the CTE for multiple inputs - Mailing list pgsql-sql

From Jasen Betts
Subject Re: Calling the CTE for multiple inputs
Date
Msg-id k4qkbm$uah$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Calling the CTE for multiple inputs  (air <mojaveranger7@gmail.com>)
List pgsql-sql
On 2012-10-04, air <mojaveranger7@gmail.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




pgsql-sql by date:

Previous
From: Jasen Betts
Date:
Subject: Re: checking the gaps in intervals
Next
From: Gavin Flower
Date:
Subject: Re: checking the gaps in intervals