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