This query is marked as a draft This query has been published by Talueses.

SQL

AخA
 
USE eswiki_p;
SELECT CONCAT('# [[',page_title,']]')#, rev_timestamp, page_len, page_touched
FROM page#, revision
WHERE page_title LIKE '%Wikiviajes_por_Venezuela_2014'
/*AND revision.rev_page = page.page_id
AND page_title NOT LIKE '%_wiek_%'
AND page_title NOT LIKE '%_w._%'
AND page_title NOT LIKE '%_tysiąclecie_%'
AND page_len < 350
AND rev_timestamp > 20060101000000
AND rev_timestamp < 20061231235959
AND rev_parent_id = 0*/
AND page_namespace = 0
AND page_is_redirect = 0
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.

Checking query status...