Query Run
SELECT * from user WHERE (lower(user_name) LIKE "%(bot)%" OR... 3 years ago
SELECT * from user WHERE (user_name LIKE "%(BOT)%" OR user_name LIKE... 3 years ago
SELECT * from user WHERE user_name LIKE "%(BOT)%" COLLATE utf8_general_ci; 3 years ago
SELECT * from user WHERE user_name LIKE "%(BOT)%"; 3 years ago