SQL
AخA
use plwiki_p;
SELECT iwl_from, page_title, iwl_title FROM iwlinks JOIN page on page_id = iwl_from and page_namespace = 0
WHERE
iwl_prefix = 's'
LIMIT 10000
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.