USE commonswiki_p;
SELECT LEFT(comment_text, 50) AS Comment,... |
5 years ago |
USE commonswiki_p;
SELECT LEFT(comment_text, 50), count(log_timestamp) AS... |
5 years ago |
use commonswiki_p;
SELECT LEFT(comment_text, 50), count(log_timestamp) AS... |
5 years ago |