USE commonswiki_p;
SELECT DISTINCT
actor_name AS user,
... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(DISTINCT wl_user) AS watcher_count
FROM... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(DISTINCT wl_user) AS watcher_count
FROM... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(DISTINCT wl_user) AS watcher_count
FROM... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(DISTINCT wl_user) AS watcher_count
FROM... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(DISTINCT wl_user) AS watcher_count
FROM... |
1 month ago |
USE commonswiki_p;
SELECT COUNT(*) AS watcher_count
FROM watchlist
WHERE... |
1 month ago |