Can you please tell me what
other databases do with this:

   CREATE TABLE t1(a,b,c);
   INSERT INTO t1 VALUES(1,2,4);
   SELECT a+b AS c FROM t1 WHERE c==4;

SQL Server returns a 3.
ORACLE 9 returns a 3.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to