Query Run
SELECT * from `user` WHERE user_name REGEXP... 2 months ago
SELECT * from `user` WHERE user_name REGEXP... 2 months ago
SELECT * from `user` WHERE user_name REGEXP... 2 months ago
SELECT * from `user` WHERE user_name REGEXP ".*nate_?higgers.*"; 2 months ago
SELECT * from `user` WHERE user_name IRLIKE ".*nate_?higgers.*"; 2 months ago
SELECT * from 'user' WHERE user_name IRLIKE ".*nate_?higgers.*"; 2 months ago