String comparisons are not case sensitive : Not equal : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » Not equal »

 

String comparisons are not case sensitive


mysql>
mysql> SELECT 'AB' <'ab';
+--------------+
'AB' <'ab' |
+--------------+
|            |
+--------------+
row in set (0.00 sec)

mysql>
mysql> SELECT 'AB' = 'ab';
+-------------+
'AB' = 'ab' |
+-------------+
|           |
+-------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Comparison Functions Operators
» Not equal