USE commonswiki_p;
select count(img_name) from image LEFT OUTER JOIN... |
5 years ago |
USE commonswiki_p;
select count(*) from image |
5 years ago |
USE commonswiki_p;
select count(*) from image
inner join page on... |
5 years ago |
USE commonswiki_p;
select count(*) from image
inner join page on... |
5 years ago |
USE commonswiki_p;
SELECT COUNT(*) FROM categorylinks
WHERE cl_type=... |
5 years ago |
SELECT COUNT(*) FROM categorylinks
WHERE cl_type= 'file'
AND cl_to =... |
5 years ago |
USE commonswiki_p;
select count(*) from image
inner join page on... |
5 years ago |
USE commonswiki_p;
select count(*) from image
inner join page on... |
5 years ago |