Hi:
 
  Has anyone encountered this before?
  SELECT CAST ( (NULL*NULL) AS NUMERIC(2,0));

  
  returns the following error message:
  Cannot cast type '"char"' to '"numeric"'

  But the following sql statements returns NULL:
  select NULL:
  select NULL * NULL;
  select cast ( NULL as NUMERIC(2,0));
  

Thank you in advance,
ludwig. 

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to