Hi,
one reason why i hate and dont understand sqlserver architecture:
How in the world of db architecture you convince someone that the expression but Oracle will interpret this exactly opposite.
…EXISTS(SELECT NULL)
returns TRUE
SQL Server EXISTS (sqlservertutorial.net)
that's a big NO NO since NULL is equivalent to false/
thanks.