(
SELECT
COUNT(*) AS _count
FROM revision
-- first 5M edits... |
3 months ago |
(
SELECT
COUNT(*) AS _count
FROM revision
-- first 5M edits... |
3 months ago |
(
SELECT
COUNT(rev_id) AS _count
FROM revision
-- first 5M edits... |
3 months ago |
(
SELECT
COUNT(rev_id) AS _count
FROM revision
-- first 5M edits... |
3 months ago |
(
SELECT
COUNT(rev_id) AS _count
FROM revision
-- first 5M edits... |
3 months ago |
SELECT COUNT(rev_id) as _count, rev_comment_id FROM revision GROUP BY... |
3 months ago |
SELECT COUNT(rev_id) as _count, rev_comment_id FROM revision GROUP BY... |
3 months ago |
SELECT rev_id, rev_comment_id FROM revision LIMIT 10; |
3 months ago |
SELECT * FROM revision LIMIT 10; |
3 months ago |
select * from page where page_namespace IN (2300,2301,2302,2303); |
8 months ago |
select * from page where page_id = 76155900; |
8 months ago |
select * from page where page_id = 75565945; |
8 months ago |
select * from categorylinks where cl_from = 124149972 LIMIT 10; |
2 years ago |
select * from categorylinks where cl_from = 1 LIMIT 10; |
2 years ago |
select * from categorylinks where cl_from = 124149972 LIMIT 10; |
2 years ago |
select * from categorylinks where cl_from = 124149972; |
2 years ago |
select * from categorylinks where cl_to =... |
2 years ago |
select * from categorylinks where cl_to =... |
2 years ago |
select * from categorylinks where cl_to =... |
2 years ago |
#DESCRIBE revision;
# select SUM(img_size) from image
# where img_actor =... |
2 years ago |