SELECT rc_timestamp - 3600 as lasthour,
Count(rc_id) as number
FROM ... |
6 years ago |
SELECT Substring(rc_timestamp, 1, 10) AS timestamp,
Count(rc_id) as... |
6 years ago |
SELECT Substring(rc_timestamp, 1, 10) AS timestamp,
Count(rc_id) as... |
6 years ago |
select distinct rc_log_type from recentchanges where rc_type = 3 limit 50; |
6 years ago |
select rc_log_type from recentchanges where rc_type = 3 limit 50; |
6 years ago |
select * from recentchanges where rc_type = 3 limit 50; |
6 years ago |