use arwiki_p;
select * from revision
ORDER BY LENGTH(rev_comment) DESC
limit 10; |
6 years ago |
use arwiki_p;
select * from revision
ORDER BY LENGTH(rev_comment) ASC
limit 10; |
6 years ago |
use arwiki_p;
select * from rev
ORDER BY LENGTH(description) ASC
limit 10; |
6 years ago |