Query Run
SELECT YEAR(STR_TO_DATE(rev_timestamp, '%Y%m%d%H%i%s')) AS year, ... 5 days ago
select extract(MONTH FROM r.rev_timestamp),count(u.user_id) FROM revision... 5 days ago
select count(u.user_id) FROM revision r JOIN actor a ON r.rev_actor =... 5 days ago
select extract(MONTH from r.rev_timestamp),count(r.rev_id) FROM revision... 5 days ago
select month(r.rev_timestamp),count(r.rev_id) FROM revision r JOIN actor a... 5 days ago
select month(r.rev_timestamp),count(r.rev_id) FROM revision r JOIN actor a... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(DISTINCT u.user_id) AS... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(u.user_id) AS... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(u.user_id) AS... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(u.user_id) AS... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(u.user_id) AS... 5 days ago
SELECT MONTH(r.rev_timestamp) AS month, COUNT(DISTINCT u.user_id) AS... 5 days ago
select rev_user from revision limit 10; 5 days ago
SELECT EXTRACT(YEAR_MONTH FROM rev_timestamp) AS year_month, ... 5 days ago
select count(*) from user group by user_id; 5 days ago
select count(*) from user; 5 days ago
select to_char(rev_timestamp,'Month'),count(*) from revision where... 5 days ago
select to_char(rev_timestamp,'Month'),count(*) from revision where... 5 days ago
select to_char(rev_timestamp,'Month'),count(*) from revision where... 5 days ago
select to_char(rev_timestamp,'MONTH') from revision limit 50; 5 days ago
select to_char(rev_timestamp,'MONTH') from revision limit 10; 5 days ago
select extract(month from rev_timestamp) from revision; 5 days ago
select extract(month from rev_timestamp) from revision limit 20; 5 days ago
select extract(month from rev_timestamp) from revision limit 10; 5 days ago
select extract(year from rev_timestamp) from revision limit 10; 5 days ago
select extract(year from rev_timestamp) from revision; 5 days ago
select user_id,user_name,user_editcount from user order by user_editcount... 5 days ago
select user_id,user_name,user_editcount from user order by user_editcount... 5 days ago
select user_id,user_name,user_editcount from user order by user_editcount desc; 5 days ago
select count(*) from user where extract(year from user_registration) = '2024' ; 5 days ago
select extract(year from user_registration) from user limit 2; 5 days ago
select * from user limit 2; 5 days ago