"Dmitry Yemanov"

> и в чем разница с:
>
> if (B = NULL) then
>  -- never can execute this code
> else
>  -- instead we do this
>
> ?
в том что есть
if (B is null)


case B
when 1 then '1'
when (is null) 'unexpected bla-bla-'
else 'may be 3, may be null HZ'
end



>
>> в 1.5 не удается даже записать when null then
>
> дык это фича 2.0

некоторые спрашивали почему я сравниваю when & else

-- 
Булычев Алексей
http://www.stella-npf.ru



--~--~---------~--~----~------------~-------~--~----~
-~----------~----~----~----~------~----~------~--~---

Ответить