Subject Why NULL <> NULL ?
Author jasajona
In trigger I have:
--
if (field1 = field1) then ...
--
when field1 = null, field2 = null

(field1 = field2) = false :(

so I have to make an exception for null case, that is very ilogical.