SELECT
COUNT(rev_id) AS edit_count,
CASE
WHEN rev_timestamp... |
1 month ago |
SELECT
COUNT(DISTINCT actor_name) AS user_count,
CASE
WHEN... |
1 month ago |
SELECT
COUNT(DISTINCT actor_name) AS user_count,
CASE
WHEN... |
1 month ago |
SELECT
COUNT(rev_id) AS edit_count,
CASE
WHEN rev_timestamp... |
1 month ago |
SELECT
actor_name AS thanked_user,
COUNT(*) AS thanks_count
FROM
... |
1 month ago |
SELECT
actor_name AS thanked_user,
COUNT(log_id) AS thanks_count,
... |
1 month ago |
SELECT
actor_name AS thanked_user,
COUNT(log_id) AS thanks_count,
... |
1 month ago |
SELECT
actor_name AS thanked_user,
COUNT(*) AS thanks_count
FROM
... |
1 month ago |
SELECT
COUNT(DISTINCT actor_name) AS user_count,
CASE
WHEN... |
1 month ago |
SELECT COUNT(DISTINCT actor_name) AS user_count, CASE WHEN... |
1 month ago |
SELECT
COUNT(rev_id) AS edit_count,
CASE
WHEN... |
1 month ago |
SELECT
DATE_FORMAT(STR_TO_DATE(rev_timestamp, '%Y%m%d%H%i%s'), '%Y-%m')... |
1 month ago |
SELECT
actor_id,
actor_name,
DATE_FORMAT(rev_timestamp, '%Y-%m')... |
1 month ago |
SELECT
actor_id,
DATE_FORMAT(rev_timestamp, '%Y-%m') AS month,
... |
1 month ago |
SELECT
actor_id,
DATE_FORMAT(rev_timestamp, '%Y-%m') AS month,
... |
1 month ago |
SELECT
DATE_FORMAT(rev_timestamp, '%Y-%m') AS month,
COUNT(DISTINCT... |
1 month ago |
SELECT
actor_id,
DATE_FORMAT(rev_timestamp, '%Y-%m') AS month,
... |
1 month ago |
SELECT
DATE_FORMAT(rev_timestamp, '%Y-%m') AS month,
COUNT(DISTINCT... |
1 month ago |
SELECT
rev_id,
rev_timestamp,
rev_page,
page_title,
... |
1 month ago |
SELECT
rev_id,
rev_timestamp,
rev_page,
page_title,
... |
1 month ago |
select * from revision where rev_deleted=1 LIMIT 10; |
1 month ago |
select * from revision where rev_page=90932 and rev_deleted=1 LIMIT 10; |
1 month ago |
select * from revision where rev_page=90932 LIMIT 10; |
1 month ago |
select * from revision where rev_page=90932; |
1 month ago |
select * from page where page_title="రచ్చబండ" LIMIT 10; |
1 month ago |
select * from page where page_title="Page_ID" LIMIT 10; |
1 month ago |
select * from page where page_title="Page_ID" LIMIT 10; |
1 month ago |
select * from page where page_title="Manual:Page%20ID" LIMIT 10; |
1 month ago |
select * from page where page_title="Village_pump" LIMIT 10; |
1 month ago |
select * from page where page_title="Village pump" LIMIT 10; |
1 month ago |
select * from page where page_title="Village pump"; |
1 month ago |
select * from page where page_title="రచ్చబండ"; |
1 month ago |
select * from page LIMIT 10; |
1 month ago |
select * from page; |
1 month ago |
select * from pages; |
1 month ago |
select * from revision LIMIT 10; |
1 month ago |
select * from revision TOP 10; |
1 month ago |
select * from revision TOP 10; |
1 month ago |
select * from revision; |
1 month ago |
select * from ipblocks_restrictions; |
1 month ago |