use commonswiki_p;
SELECT AVG(img_size), AVG(img_width), AVG(img_height)... |
10 years ago |
use commonswiki_p;
SELECT *
FROM globalimagelinks
JOIN image ON... |
10 years ago |
use commonswiki_p;
SELECT *
FROM globalimagelinks JOIN page
WHERE... |
10 years ago |
use commonswiki_p;
SELECT * FROM globalimagelinks LIMIT 10; |
10 years ago |
use commonswiki_p;
SELECT * FROM globalimagelinks LIMIT 1; |
10 years ago |
use commonswiki_p;
SELECT * FROM globalimagelinks LIMIT 1; |
10 years ago |
use commonswiki_p;
SELECT /* SLOW_OK */ AVG(img_size), AVG(img_width),... |
10 years ago |