Query Run
select user_id from user where user_name = 'Eratsaosthenenes'; 5 years ago
select user_id from user where user_name = 'example'; 6 years ago
select user_id from user where user_name = 'JLJ001'; 6 years ago
DESCRIBE user; 6 years ago
DESCRIBE user; JLJ001 6 years ago
SELECT user_id FROM user table WHERE user_name = JLJ001 6 years ago
SELECT user_id FROM WHERE user_name = JLJ001 6 years ago
SELECT user_id FROM username WHERE user_name = JLJ001 6 years ago
SELECT user_id FROM user WHERE user_name = JLJ001 6 years ago