select log_type, SUBSTR(log_timestamp,1,6) as AAAAMM, count(*) from... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,6) as AAAA, count(*) from... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,4) as AAAA, count(*) from... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,4) as AAAA, count(*), sum(cunt(*))... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,4) as AAAA, sum(*) from... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,4) as AAAA, count(*), sum (*) from... |
3 years ago |
select log_type, SUBSTR(log_timestamp,1,4) as AAAA, count(*) from... |
3 years ago |
select log_type, count(*) from logging
WHERE log_type= 'thanks'
AND... |
3 years ago |
select log_type, count(*) from logging
WHERE log_type= 'thanks'
GROUP by log_type |
3 years ago |
select log_type, count(*) from logging
WHERE log_type= 'thanks'
AND... |
3 years ago |
select log_type, count(*) from logging
WHERE log_type= 'thanks'
GROUP by log_type |
3 years ago |
select log_type, count(*) from logging
WHERE log_namespace= '2'
GROUP by log_type |
3 years ago |
select log_type, count(*) from logging
WHERE log_namespace= '2' |
3 years ago |
select log_type, count(*) from logging
WHERE log_namespace=2 |
3 years ago |
select log_type, count(*) from logging
WHERE log_name_space=2 |
3 years ago |
select * from logging
WHERE log_actor in ('1030942', '5575940') |
3 years ago |
select count(*) from logging
WHERE log_actor in ('1030942', '5575940') |
3 years ago |
select count(*) from actor
WHERE actor_user in ('1030942', '5575940') |
3 years ago |
select count(*) from logging
WHERE actor_user in('1030942', '5575940') |
3 years ago |