Oracle Not Equals Operator

前端 未结 6 1285
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-18 15:41

There are two not equals operator - != and <>.

What\'s the difference between them? I heard that != is more efficient than

6条回答
  •  梦如初夏
    2021-02-18 16:19

    The difference is :

    "If you use !=, it returns sub-second. If you use <>, it takes 7 seconds to return. Both return the right answer."

    Oracle not equals (!=) SQL operator

    Regards

提交回复
热议问题