select count(*)
from user
where user_touched is not null
|
2 months ago |
select user_id, user_editcount, user_touched
from user
where user_touched is... |
2 months ago |
select user_id, user_editcount, user_touched
from user
and user_touched is... |
2 months ago |