Re: Calling the CTE for multiple inputs

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Calling the CTE for multiple inputs
Дата
Msg-id k4qkbm$uah$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Calling the CTE for multiple inputs  (air <mojaveranger7@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: checking the gaps in intervals
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: checking the gaps in intervals