It's pretty simple:
select count(*)
from Accounts a
join followers f on f.following='steevc' and f.follower=a.name
where a.last_vote_time >= '2025-01-01'
or
a.last_root_post >= '2025-01-01'
It's pretty simple:
select count(*)
from Accounts a
join followers f on f.following='steevc' and f.follower=a.name
where a.last_vote_time >= '2025-01-01'
or
a.last_root_post >= '2025-01-01'