Query Run
show tables; 2 years ago
describe content; 2 years ago
describe page; 2 years ago
show tables; 2 years ago
select sum(user_editcount) from user where user_name in ('JescuderoBUS', 'Jeioncs'); 2 years ago
select * from user where user_name in ('JescuderoBUS', 'Jeioncs'); 2 years ago
select * from user where user_name in (JescuderoBus, jeioncs); 2 years ago
select * from user where user_name like '%BUS'; 2 years ago
select count(*) from user where user_name like '%BUS'; 2 years ago
select count(*) from user where user_email like '%@gmail.com'; 2 years ago
select * from user where user_name like 'JescuderoBUS'; 2 years ago
select * from user where user_name like 'JescuderoBUS'\G; 2 years ago
select * from user where user_name like 'JescuderoBUS'; 2 years ago
describe user; 2 years ago
show tables; 2 years ago
DESCRIBE users; 2 years ago