SELECT
cp.page_title AS cat,
(cat_pages-cat_subcats-cat_files) AS... |
1 year ago |
SELECT
cat_title AS `cat`,
(cat_pages-cat_subcats-cat_files) AS... |
1 year ago |
use ltwiki_p;
SELECT convert(page_title using utf8) FROM wikipedia.page... |
8 years ago |
use lt_wiki_p;
SELECT convert(page_title using utf8) FROM wikipedia.page... |
8 years ago |
SELECT convert(page_title using utf8) FROM wikipedia.page where page_id = 1;
|
8 years ago |