use commonswiki_p;
select ar_namespace, ar_title from archive where ar_title... |
7 years ago |
use commonswiki_p;
select ar_namespace, ar_title from archive where ar_title... |
7 years ago |
use commonswiki_p;
select ar_namespace, cast(ar_title as char) from archive... |
7 years ago |
use commonswiki_p;
select * from archive where ar_title like 'FSPS%'
|
7 years ago |
use commonswiki_p;
select * from archive where ar_title like 'FSPS'
|
7 years ago |
use commonswiki_p;
select * from archive where ar_title like 'FSPS'
|
7 years ago |
use commonswiki_p;
select * from revision join page on page_id = rev_page
limit 10 |
7 years ago |
use commonswiki_p;
select * from revision join page on page_id = rev_page
limit 10 |
7 years ago |
-- use meta_p;select * from wiki;
SELECT CONCAT(log_type, '-', log_action)... |
7 years ago |
-- use meta_p;select * from wiki;
explain SELECT CONCAT(log_type, '-',... |
7 years ago |
use meta_p;
select * from wiki; |
7 years ago |
use meta_p;
show create table wiki; |
7 years ago |
use meta_p;
select * from wiki; |
7 years ago |