USE ruwiki_p;
SELECT
LEFT(user_registration, 6) AS month,
... |
7 years ago |
USE ruwiki_p;
SELECT
LEFT(user_registration, 6) AS month,
... |
7 years ago |
USE ruwiki_p;
SELECT
LEFT(user_registration, 6) AS month,
... |
7 years ago |
USE ruwiki_p;
SELECT
LEFT(user_registration, 6) AS month,
... |
7 years ago |
SELECT
LEFT(log_timestamp, 6) AS month,
COUNT(*) AS registrations
FROM... |
7 years ago |