Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: migrating from sql server 2000 to oracle 9i-r2
DA Morgan wrote:
> Frank van Bortel wrote:
>
>> Oracle treats '' as NULL - this is not ANSI SQL compliant, >> as correctly stated before.
Yes, well, that was not the issue.
The issue was about '', not about NULL being NULL not being NULL:
BANNER
hr_at_O920.CSDB01.CS.NL> select * from dual where null = ''; no rows selected
hr_at_O920.CSDB01.CS.NL> select * from dual where null != ''; no rows selected
Ergo: '' is treated as NULL. And THAT is NOT ansi compliant.
-- Regards, Frank van BortelReceived on Fri Mar 11 2005 - 11:09:30 CST
![]() |
![]() |