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