• Would it matter, performance wise using

    var1 IS NULL

    instead of

    var1 = NULL

    ?