SQL
AخA
USE tawiki_p;
SELECT rc_title, rc_user_text
FROM recentchanges
WHERE rc_namespace = 0
AND rc_new = 1
AND 20170101000000 <= rc_timestamp
AND rc_timestamp <= 20170131
AND rc_user > 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.