use enwiki_p;
SELECT log_title, log_page, count(*) as page_occurences FROM... |
7 years ago |
use enwiki_p;
SELECT log_title, log_page, count(*) as page_occurences FROM... |
7 years ago |
use enwiki_p;
SELECT log_timestamp, log_user, log_title, log_page,... |
7 years ago |
use enwiki_p;
SELECT log_timestamp, log_user, log_title, log_page, count(*)... |
7 years ago |
use enwiki_p;
SELECT DISTINCT log_action from logging_logindex WHERE... |
7 years ago |
use enwiki_p;
SELECT DISTINCT log_type from logging_logindex LIMIT 100; |
7 years ago |
use enwiki_p;
SELECT DISTINCT log_type from logging_logindex; |
7 years ago |
use enwiki_p;
SELECT DISTINCT log_type from logging_index; |
7 years ago |
use enwiki_p;
describe logging_logindex; |
7 years ago |
use enwiki_p;
describe logging; |
7 years ago |
use enwiki_p;
show tables; |
7 years ago |