USE itwiki_p;
SELECT COUNT(DISTINCT el_to_path) as count
FROM... |
2 months ago |
USE itwiki_p;
SELECT COUNT(DISTINCT SUBSTRING_INDEX(el_to_path, "/", -1)) as... |
2 months ago |
USE enwiki_p;
SELECT COUNT(DISTINCT SUBSTRING_INDEX(el_to_path, "/", -1)) as... |
2 months ago |