Fork of
"স্কুল_এন্ড_কলেজ"
by Mahir256
This query is marked as a draft
This query has been published
by Mahir256.
SQL
AخA
USE commonswiki_p;
SELECT CONCAT("File:",page_title)
FROM page
WHERE page_namespace = 6
AND (
page_title LIKE REPLACE("Books from the Biodiversity Heritage Library (IA %"," ","_")
or page_title LIKE REPLACE("Books from the Library of Congress (IA %"," ","_")
or page_title LIKE REPLACE("Boston Public Library Anti-Slavery Collection (IA %"," ","_")
or page_title LIKE REPLACE("California Digital Library (IA %"," ","_")
or page_title LIKE REPLACE("Cornell University Library digitization (IA %"," ","_")
or page_title LIKE REPLACE("Duke University Libraries (IA %"," ","_")
or page_title LIKE REPLACE("FEDLINK - United States Federal Collection (IA %"," ","_")
or page_title LIKE REPLACE("Getty Research Institute (IA %"," ","_")
or page_title LIKE REPLACE("Government of Canada (IA %"," ","_")
or page_title LIKE REPLACE("Henry G. Gilbert Nursery and Seed Trade Catalog Collection (IA %"," ","_")
or page_title LIKE REPLACE("IA Query %"," ","_")
or page_title LIKE REPLACE("Medical Heritage Library (IA %"," ","_")
or page_title LIKE REPLACE("Regional digitization in Massachusetts (IA %"," ","_")
or page_title LIKE REPLACE("University of Michigan (IA %"," ","_")
or page_title LIKE REPLACE("University of North Carolina at Chapel Hill (IA %"," ","_")
);
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.