View Single Post

   
  #3 (permalink)  
Old 04-19-2008, 07:27 PM
John Carlson
 
Posts: n/a
Default 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
Reply With Quote