SELECT 'b' BETWEEN 'a' AND 'c'; : BETWEEN AND : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » BETWEEN AND »

 

SELECT 'b' BETWEEN 'a' AND 'c';


mysql>
mysql> SELECT 'b' BETWEEN 'a' AND 'c';
+-------------------------+
'b' BETWEEN 'a' AND '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
» BETWEEN AND