SELECT 'aXbc' REGEXP '^[a-dXYZ]$'; : Not : Regular Expressions MySQL TUTORIALS


MySQL TUTORIALS » Regular Expressions » Not »

 

SELECT 'aXbc' REGEXP '^[a-dXYZ]$';


mysql>
mysql>
mysql> SELECT 'aXbc' REGEXP '^[a-dXYZ]$';
+----------------------------+
'aXbc' REGEXP '^[a-dXYZ]$' |
+----------------------------+
|                          |
+----------------------------+
row in set (0.00 sec)



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Regular Expressions
» Not