Fork of New articles created by a User by Anerka
This query is marked as a draft This query has been published by Anerka.

SQL

x
 
/* SELECT COUNT (p.page_id) FROM revision r, page p 
WHERE r.rev_parent_id = 0 
AND p.page_namespace = 0 
AND p.page_is_redirect = 0 
AND r.rev_page = p.page_id 
AND r.rev_actor = 4193345;
*/
SELECT CONCAT("# [[",p.page_title,"]]") AS Sayfa, r.rev_timestamp, CONCAT("# [[Özel:KalıcıBağ/",r.rev_id,"]]") AS KB /*, p.page_len*/ 
FROM revision r, page p /*, categorylinks c, actor a, logging l*/
WHERE p.page_title LIKE 'Silinmeye_aday_sayfalar/%'
AND p.page_namespace = 4 
/*
0       (Ana/Madde)     Tartışma    1
2       Kullanıcı       Kullanıcı mesaj 3
4       Vikipedi        Vikipedi tartışma   5
6       Dosya           Dosya tartışma  7
8       MediaWiki       MediaWiki tartışma  9
10      Şablon          Şablon tartışma 11
12      Yardım          Yardım tartışma 13
14      Kategori        Kategori tartışma   15
100     Portal          Portal tartışma 101
102     Vikiproje       Vikiproje tartışma  103
828     Modül           Modül tartışma  829
2300    Gadget          Gadget talk 2301
2302    Gadget definition   Gadget definition talk  2303
-1      Özel
-2      Ortamevet
AND p.page_is_redirect = 0 */
AND r.rev_page = p.page_id
AND r.rev_actor = 112050 /* 93947*/
LIMIT 10;
#ORDER BY page_len;
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...