Use commonswiki_p;
SELECT img_name, COUNT(img_size)
FROM image
GROUP BY... |
9 years ago |
Use commonswiki_p;
SELECT img_name, COUNT(img_sha1)
FROM image
GROUP BY... |
9 years ago |
Use commonswiki_p;
select count(img_name) from image
where img_media_type... |
9 years ago |
Use commonswiki_p;
select img_name from image
where img_media_type like... |
9 years ago |
Using commonswiki_p
select img_name from image
where img_media_type like... |
9 years ago |
Using commonswiki_p
select img_name from image where img_media_type like... |
9 years ago |
Using commonswiki_p
select img_name from image where img_media_type =... |
9 years ago |
USE commonswiki_p;
SELECT * from image where img_size<50 and img_size >0;
|
9 years ago |
USE commonswiki_p;
SELECT * from image where img_size<20 and img_size >0;
|
9 years ago |
USE commonswiki_p;
SELECT * from image where img_size<20;
|
9 years ago |
USE commonswiki_p;
SELECT * from image
having img_size<20;
|
9 years ago |
USE commonswiki_p;
SELECT img_name, img_size, img_sha1, count(img_sha1) from... |
9 years ago |
USE commonswiki_p;
SELECT COUNT(img_sha1) from image; |
9 years ago |
USE commonswiki_p;
SELECT *
FROM revision_userindex
WHERE
... |
9 years ago |
USE enwiki_p;
SELECT *
FROM revision_userindex
WHERE
rev_user_text =... |
9 years ago |
USE enwiki_p;
SELECT *
FROM revision_userindex
WHERE
rev_user_text =... |
9 years ago |
USE commonswiki_p;
SELECT *
FROM revision_userindex
WHERE
... |
9 years ago |
USE commonswiki_p;
SELECT page_title from page where
page_id = "1165840"; |
9 years ago |
USE commonswiki_p;
SELECT *
FROM revision_userindex
WHERE
rev_id = "2971218"; |
9 years ago |
USE commonswiki_p;
SELECT *
FROM revision_userindex
WHERE
... |
9 years ago |
USE commonswiki_p;
SELECT *
FROM revision_userindex
WHERE
... |
9 years ago |
USE commonswiki_p;
SELECT COUNT(*)
FROM revision_userindex
WHERE
... |
9 years ago |
USE metawiki_p;
SELECT COUNT(*)
FROM revision_userindex
WHERE
... |
9 years ago |
DESCRIBE commonswiki_p.category; |
9 years ago |