select
count(distinct gil_to)
from
globalimagelinks,
image
where
... |
2 years ago |
select
count(distinct gil_to)
from
globalimagelinks,
image
where
... |
2 years ago |
select count(distinct gil_to) from globalimagelinks, image where gil_to = img_name; |
2 years ago |
select count(distinct gil_to) from globalimagelinks; |
2 years ago |
select count(distinct gil_to) from globalimagelinks; |
2 years ago |
select * from globalimagelinks limit 10; |
2 years ago |
select count(*) from image; |
2 years ago |
select * from globalimagelinks limit 10;
|
2 years ago |
describe slots;
|
2 years ago |
USE commonswiki_p;
SELECT COUNT(*)
FROM revision_userindex
WHERE
... |
4 years ago |
USE commonswiki_p;
SELECT COUNT(*)
FROM revision_userindex
WHERE
... |
4 years ago |
USE commonswiki_p;
SELECT COUNT(*)
FROM revision_userindex
WHERE
... |
4 years ago |