SQL
AخA
use dewiki_p;
select distinct rev_page from
revision_userindex
inner join page on rev_page = page_id
where rev_user=(select user_id from user where user_name='Ghilt') and page_namespace = 0 and not page_id = any
(select page_id from categorylinks where cl_from=page_id and cl_to='Begriffsklärung')
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.