例えば: もしUseDatabaseNullSemanticsが真であれば、(operand1 == operand2)は(operand1 = operand2)に変換されます。 UseDatabaseNullSemanticsがfalseの場合は、(((operand1 = operand2) and (NOT (operand1 is null または operand2 is null))))または(((operand1 is null) and (operand2 is NULL))に変換されます。