Le contraire d'un LIKE sous MySQL? - SQL/NoSQL - Programmation
Marsh Posté le 15-03-2005 à 10:13:18
Pourtant la documentation dit que ça marche  
 
 
http://dev.mysql.com/doc/mysql/en/ [...] tions.html 
 
"expr NOT LIKE pat [ESCAPE 'escape-char']  
 
This is the same as NOT (expr LIKE pat [ESCAPE 'escape-char'])."
Marsh Posté le 15-03-2005 à 10:11:11
Salut, 
 
Comment on fait le contraire d'un like sous My SQL?
Not Like ne marche pas
genre select * client where mail ???? '%@%'
Merci