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