SQL
AخA
SELECT 'enwiki' as dbname, page_namespace, CONVERT(page_title USING utf8) AS page_title, CONVERT(el_to_domain_index USING utf8) AS domain_index, CONVERT(el_to_path USING utf8) AS path FROM externallinks, page WHERE (el_to_domain_index LIKE 'https://com.meteofrance.www.' ESCAPE '!' OR el_to_domain_index LIKE 'http://com.meteofrance.www.' ESCAPE '!') AND el_from = page_id 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.