SELECT 'A' IN ('A','B','C'); : IN : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » IN »

 

SELECT 'A' IN ('A','B','C');


mysql>
mysql>
mysql> SELECT 'A' IN ('A','B','C');
+----------------------+
'A' IN ('A','B','C'|
+----------------------+
|                    |
+----------------------+
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
» IN