Re: Using a boolean column with IF / THEN

Поиск
Список
Период
Сортировка
От Alexander Farber
Тема Re: Using a boolean column with IF / THEN
Дата
Msg-id CAADeyWhHDq=uzJv4tbfefMO_QthFdMLtFi=f-BEZVYfMF-Mnyw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using a boolean column with IF / THEN  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
On Sat, Dec 5, 2020 at 9:00 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
Maybe not “simpler” but for all those checks you could write a single query that pulls out all the data at once into a record variable and test against the columns pf that instead of executing multiple queries.

Thank you! 

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: The hidden cost of limit-offset
Следующее
От: Alexander Farber
Дата:
Сообщение: SELECT but only if not present in another table