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


MySQL TUTORIALS » Regular Expressions » Not »

 

SELECT 'abcdeX' REGEXP '^[^a-dXYZ]+$';


mysql>
mysql> SELECT 'abcdeX' REGEXP '^[^a-dXYZ]+$';
+--------------------------------+
'abcdeX' REGEXP '^[^a-dXYZ]+$' |
+--------------------------------+
|                              |
+--------------------------------+
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 Regular Expressions
» Not