Query Run
select * from user where user_name = 'RhinosF1 (Public)'; 2 years ago
select * from user where user_name = 'RhinosF1_(Public)'; 2 years ago
select * from user where user_name LIKE 'RhinosF1%'; 2 years ago
select * from user where user_name LIKE 'RhinosF1%'; 2 years ago
select * from user where user_name = 'Jason James 45'; 2 years ago
select * from user where user_name = 'Jason_James_45'; 2 years ago
select * from user where user_name = 'Jason_James_45'; 2 years ago
select * from user where user_name LIKE 'Jason%James%45'; 2 years ago