There are two not equals operator - != and <>.
!=
<>
What\'s the difference between them? I heard that != is more efficient than
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