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