T-SQL XOR Operator

后端 未结 9 635
既然无缘
既然无缘 2020-11-30 23:43

Is there an XOR operator or equivalent function in SQL Server (T-SQL)?

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 00:22

    <> is generally a good replacement for XOR wherever it can apply to booleans.

提交回复
热议问题