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