+ 1
Isn't the Not equal to operator denoted by <> in SQL?
In the content, Not equal to has been denoted by the symbol !=, whereas I believe in SQL, <> is the right symbol to perform not equals operation.
1 Resposta
+ 7
Both can be used although <> is more canonical, as it's ANSI-compliant. But for the sake of code portability both work alright.