use enwikisource_p;
select * from page limit 10
|
9 years ago |
use enwikisource_p.page;
select * from page limit 10
|
9 years ago |
describe enwikisource_p.page;
|
9 years ago |
use enwikisource_p;
select * from hitcounter limit 10
|
9 years ago |
describe enwikisource_p.hitcounter; |
9 years ago |
use enwikisource_p;
select * from externallinks limit 10
|
9 years ago |
describe enwikisource_p.externallinks;
|
9 years ago |
use enwikisource_p;
select * from change_tag limit 10
|
9 years ago |
describe enwikisource_p.change_tag;
|
9 years ago |
describe enwikisource_p.change_tag;
|
9 years ago |
use enwikisource_p;
select * from categorylinks limit 10
|
9 years ago |
describe enwikisource_p.categorylinks
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike... |
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Indexes_valid"
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Indexes valid"
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Indexes_valid"
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Index_valid"
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Index valid"
|
9 years ago |
use enwikisource_p;
select * from category where cat_title rlike "Index"
|
9 years ago |
use enwikisource_p;
select * from category limit 5
|
9 years ago |
use enwikisource_p;
select * from category where cat_title = "Category:Index... |
9 years ago |
use enwikisource_p;
select * from category where cat_title = "Index proofread"
|
9 years ago |
use enwikisource_p;
select * from category where category_title = "Index proofread"
|
9 years ago |
DESCRIBE enwikisource_p.category |
9 years ago |
DESCRIBE enwikisource_p.archive |
9 years ago |
DESCRIBE enwikisource_p.abuse_filter |
9 years ago |
SHOW TABLES FROM enwikisource_p; |
9 years ago |