SQL
AخA
/* Copied from rdcheck.py */
SELECT /*page_namespace, page_title, rd_namespace, */rd_title/*, rd_fragment*/
FROM redirect
JOIN page ON page_id=rd_from
WHERE rd_namespace=0 AND rd_title="Ebola_virus_disease"
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.