There are two not equals operator - != and <>.
!=
<>
What\'s the difference between them? I heard that != is more efficient than
Developers using a mybatis-like framework will prefer != over <>. Reason being the <> will need to be wrapped in CDATA as it could be interpreted as xml syntax. Easier on the eyes too.