Query Run
USE commonswiki_p; SELECT count(*) FROM image where img_name like... 4 years ago
USE commonswiki_p; SELECT * FROM image where img_name like '%postcard%' LIMIT 30; 4 years ago
USE commonswiki_p; SELECT * FROM image where imagename like '%postcard%' LIMIT 30; 4 years ago
USE commonswiki_p; SELECT * FROM image where imagename like '%postcard% LIMIT 30; 4 years ago
USE commonswiki_p; SELECT * FROM image LIMIT 30; 4 years ago
USE commonswiki_p; SELECT * FROM categorylinks LIMIT 30; 4 years ago