-- USE s52561__wsexport_p;
USE s54020__wsexport_test_p;
select * from... |
5 years ago |
USE s52561__wsexport_p;
select * from books_generated LIMIT 100; |
5 years ago |
USE s54020__wsexport_p;
select * from books_generated LIMIT 100; |
5 years ago |
USE s54020__wsexporttest_p;
select * from foo LIMIT 100; |
5 years ago |
USE s54020__wsexport_test_p;
select * from books_generated LIMIT 100; |
5 years ago |
USE s54020__wsexport_test_p;
select * from books_generated LIMIT 100; |
5 years ago |
USE s54020__wsexport_test_p;
select * from books_generated LIMIT 100; |
5 years ago |
USE s54020__wsexport_test_p;
select * from foo; |
5 years ago |
USE s54020__wsexport_test_p;
show tables; |
5 years ago |
USE s54020__wsexport_test_p;
show tables; |
5 years ago |
use commonswiki_p;
SELECT img_user_text
FROM image
WHERE img_name IN... |
5 years ago |
use commonswiki_p;
SELECT img_user_text, img_name
FROM image
WHERE img_name... |
5 years ago |
use commonswiki_p;
SELECT img_user_text, img_name
FROM image
WHERE img_name... |
5 years ago |
use commonswiki_p;
SELECT img_user_text, img_name
FROM image limit 10
--... |
5 years ago |
use commonswiki_p;
SELECT img_user_text
FROM image limit 10
-- WHERE... |
5 years ago |
use commonswiki_p;
SELECT img_user_text
FROM image
WHERE img_name IN... |
5 years ago |
use commonswiki_p;
SELECT img_user_text
FROM image
WHERE img_name IN... |
5 years ago |
use commons_p;
SELECT img_user_text
FROM image
WHERE img_name IN... |
5 years ago |
use bnwikisource_p;
select count(*)
from page
where page_namespace = 0 AND... |
5 years ago |
use ruwikisource_p;
select count(*)
from page
where page_namespace = 0 AND... |
5 years ago |
use enwikisource_p;
select count(*)
from page
where page_namespace = 0 AND... |
5 years ago |
use enwikisource_p;
select count(*)
from page
where page_namespace = 0 AND... |
5 years ago |
use enwikisource_p;
select log_user, count(*)
from logging
group by log_user |
7 years ago |
use enwikisource_p;
show tables; |
8 years ago |
use enwikisource_p;
describe text;
|
8 years ago |