Postgres provides an operator called is distinct from which is null aware, so the following query: Copy Select name1 is distinct from name2 as ...
確定! 回上一頁