Re: Informix limitations, should we be using Oracle? On Tue, 18 Nov 2003 14:41:05 +0000, Paul Watson <paul@oninit.com>
wrote:
>If you cast null then it should work OK you need 9.x
>
>select null::INT
>from systables;
>
Same here:
select null::char(1)
from systables
JWC |