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?