There are two not equals operator - != and <>.
!=
<>
What\'s the difference between them? I heard that != is more efficient than
There is no functional or performance difference between the two. Use whichever syntax appeals to you.
It's just like the use of AS and IS when declaring a function or procedure. They are completely interchangeable.