select user_real_name from user where user_name='Vituzzu'; |
3 years ago |
select * from user where user_name='Vituzzu'; |
3 years ago |
select * from user where user_name='Mastrlu'; |
3 years ago |
select * from user where user_name='Vituzzu'; |
3 years ago |
select * from user where user_name='Mtarch11'; |
3 years ago |
select * from user where user_name='Tryoskmula'; |
3 years ago |
select user_id, user_real_name, user_email from user where user_name='Tryoskmula'; |
3 years ago |
select user_id from user where user_name='Tryoskmula'; |
3 years ago |
describe user_id from user where user_name='Tryoskmula'; |
3 years ago |
describe user_id, user_real_name, user_email from user where user_name='Tryoskmula'; |
3 years ago |
describe user_id, user_name, user_real_name, user_email from user where... |
3 years ago |
describe user; |
3 years ago |
SELECT user_name FROM user
WHERE user_id = 116921579 |
3 years ago |