a = b or (a is null and b is null)
a=b or coalesce(a,b) is null
你也可以使用nvl,但这是一个遗留函数,并且coalesce更快,因为它在第一个非null时停止