SQL
AخA
select
count(*)
from
actor_revision
where
actor_user is not null
and exists (
select
1
from
revision_userindex
where
rev_actor = actor_id
and rev_timestamp < '20220706000000'
);
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.