I was looking for what the <> mean on sql syntax but it was hard to google for it since google removes my special characters.
Specifically I was trying to figure out what the following means:
... AND (s1.skips > 0 OR s1.fails <> 1 OR s2.skips > 0);
Is there any clear documentation talking about the <> clause?
Please have a look at the documentation.
Comparison Functions and Operators
Of course, it's the "not equal"-operator, same as !=, see manual
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With