mysql - PHPMYADMIN SQL Not Like Including Multiple Values -


i'm attempting make search query on phpmyadmin database users' emails not contain multiple not values. want search users not have accounts @ educational institutions. i.e. search users emails not include schoola.edu schoolb.edu or schoolc.edu.

i believe it's similar not %schoola.edu%, %schoolb.edu%, %schoolc.edu% or like. appreciated. again!

what want not %schoola.edu% , not %schoolb.edu% , not %schoolc.edu%


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -