Mega Code Archive
Categories
/
MySQL Tutorial
/
Comparison Functions Operators
Not equal
mysql> mysql> SELECT 1 <> 2; +--------+ | 1 <> 2 | +--------+ | 1 | +--------+ 1 row in set (0.00 sec) mysql>