select * from page where page_namespace=6 and char_length(page_title)<5 limit 5; |
4 months ago |
select * from page where page_namespace=6 and char_length(page_title)<5... |
4 months ago |
select * from pages where char_length(page_title)<5 order by page_id desc limit 10; |
4 months ago |