| От | Raymond O'Donnell |
|---|---|
| Тема | Re: isnull() function in pgAdmin3 |
| Дата | |
| Msg-id | 411c032f-dfd8-f4a3-b141-e0222ebb1371@iol.ie обсуждение |
| Ответ на | Re: isnull() function in pgAdmin3 (dudedoe01 <marsalanaq@gmail.com>) |
| Список | pgsql-general |
On 03/10/16 14:39, dudedoe01 wrote:
> What is the most feasible way to emulate the below MySQL function into
> postgreSQL. Since the isnull() function is no longer supported in 9.6
> version. I have tried every trick in the hat to get the desired results.
> Still 'RPG INV' doesn't show only the other two then options show up.
>
> (case
> when
> ((`s`.`Funding_Date` = '')
> and (isnull(`s`.`Actual_Close_Date`)
> or (`s`.`Actual_Close_Date` = '')))
<snip>
Maybe I missed something earlier in the thread (only tuned in now), but
what's wrong with
... and s.actual_close_date is null ....
?
Ray.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера