Re: Extend inner join to fetch not yet connected rows also

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Extend inner join to fetch not yet connected rows also
Дата
Msg-id CAHOFxGrJiCRGkNy8f_kTKE4yn_Bm_oaqzhBbk6R0w0korNkMRA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Extend inner join to fetch not yet connected rows also  (Jan Kohnert <nospam001-lists@jan-kohnert.de>)
Список pgsql-general
Just a side note, that the below can be written more simply-


CASE WHEN UserSkills.craftsmanship_id IS NULL THEN FALSE
  ELSE TRUE as has


If you want to be direct-

UserSkills.craftsmanship_id IS NOT NULL as has

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