Query Run
use enwiki_p; select user_name from user where user_name like '%Rocking Star%'; 3 years ago
use enwiki_p; select user_name from user where lower(user_name) like... 3 years ago
use enwiki_p; -- select username from user where lower(username) like... 3 years ago
use enwiki_p; select username from user where lower(username) like '%rocking star%'; 3 years ago