Query Run
select count(*) from comment where comment_text like 'bron%'; 2 years ago
select count(*) from comment where comment_text like 'bron:%'; 2 years ago
select * from comment where comment_text like 'bron%' limit 10; 2 years ago
select * from comment limit 1; 2 years ago
show tables; 2 years ago
select * from revision limit 1; 2 years ago