Query Run
select count(*),substr(user_registration,1,4) as reg_y from user GROUP BY... 2 years ago
select count(*),substr(user_registration,1,4) as reg_y from user where... 2 years ago
select count(*),substr(user_registration,0,4) as reg_y from user where... 2 years ago
select count(*),substr(user_registration,0,4) as reg_y from user where... 2 years ago
select count() from user where user_registration IS NOT NULL GROP BY... 2 years ago
select count() from user where user_registration IS NOT NULL GROP BY... 2 years ago
select count(*) from user where user_registration IS NULL limit 5; 2 years ago
select count(*) from user where user_registration IN NULL limit 5; 2 years ago
select distinct user_registration from user limit 5; 2 years ago
select * from user limit 5; 2 years ago
select count(*) from user; 2 years ago
SELECT pp_value,COUNT(pp_page) FROM page_props WHERE pp_propname =... 2 years ago
SELECT pp_value,COUNT(pp_page) FROM page_props WHERE pp_propname =... 2 years ago
SELECT * FROM page_props WHERE pp_propname = "proofread_page_quality_level"... 2 years ago
SELECT COUNT(page_id) AS 'count' FROM page JOIN page_props ON pp_page =... 2 years ago
SELECT COUNT(page_id) AS 'count' FROM page JOIN page_props ON pp_page =... 2 years ago