USE commonswiki_p;
select * from globalimagelinks
where gil_to in
(select... |
5 years ago |
USE commonswiki_p;
select * from globalimagelinks
where gil_to in
(select... |
5 years ago |
USE commonswiki_p;
SELECT *
FROM categorylinks
LEFT JOIN page
ON cl_from =... |
5 years ago |