Fork of
کاربران برپایهٔ تعداد واگردانی
by Yamaha5
This query is marked as a draft
This query has been published
by Yamaha5.
SQL
AخA
USE fawiki_p;
SELECT DISTINCT rev_timestamp,rev_id,user_name
FROM revision join page on page_id=rev_page left join user on user_id=rev_user
WHERE page_namespace=0
and rev_timestamp > 20150101000000 group by rev_timestamp;
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.