SQL
AخA
use bnwikisource_p;
SELECT img_name, SUBSTR(REGEXP_SUBSTR(img_metadata, '"pages";a:\\d+'), 10) from image where img_minor_mime='pdf' LIMIT 10;
#SELECT * from image where img_minor_mime='pdf' LIMIT 10;
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.