use fawiki_p;
select user_name, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select user_name, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, max(iwlinks) as h_index
from
(
select... |
6 years ago |
use fawiki_p;
select t1.rev_user_text, t1.iwlinks, sum(t2.freq)
from
(
... |
6 years ago |
use fawiki_p;
select t1.rev_user_text, t1.iwlinks, t2.iwlinks
from(
select... |
6 years ago |
use fawiki_p;
select rev_user_text, iwlinks, count(*) freq
from
(
select... |
6 years ago |
use fawiki_p;
select rev_user, rev_user_text, count(*)
from revision
join... |
6 years ago |