select count(*)
from logging_userindex
-- where log_timestamp > '2020';
--... |
5 days ago |
select count(*)
from logging_userindex
where log_timestamp > '2020';
--... |
5 days ago |
select count(*)
from logging_userindex
where log_timestamp > '2020'
order by... |
5 days ago |
select count(*)
from logging_userindex
where log_timestamp > 2020
order by... |
5 days ago |
select count(*)
from logging_userindex
where log_timestamp > 2020; |
5 days ago |