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

SQL

AخA
 
SELECT COUNT(*)
FROM revision
JOIN actor ON rev_actor = actor_id
JOIN user ON actor_user = user_id
WHERE user_name = 'Novem Linguae' -- replace 'Novem Linguae' with a field name
AND rev_timestamp < 20210101000000 -- replace '20210101000000' with a field name
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...