Re: Why overlaps is not working

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: Why overlaps is not working
Дата
Msg-id 87odregoec.fsf@gmail.com
обсуждение исходный текст
Ответ на Re: Why overlaps is not working  ("Andrus" <eetasoft@online.ee>)
Список pgsql-general
"Andrus" <eetasoft@online.ee> writes:

> This causes error
>
> ERROR: syntax error at or near "IF"
> SQL state: 42601
> Character: 109

SQL has no "IF".  Use plpgsql instead.

> How many times this is slower than expression in where clause?

You can time it. :-)  But I don't believe it will be too slow since it is a
simple operation...

--
Jorge Godoy      <jgodoy@gmail.com>

В списке pgsql-general по дате отправления:

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: Why overlaps is not working
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Why overlaps is not working