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
Post a Comment