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


MySQL TUTORIALS » Regular Expressions » Not »

 

SELECT 'aXbc' REGEXP '^[^a-dXYZ]+$'; (3)


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



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Regular Expressions
» Not