select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
3 months ago |
USE arwiki_p;
select CONCAT('[[مستخدم:',actor_name,'|',actor_name,']]'),... |
3 months ago |
select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
3 months ago |
select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
3 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
3 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
3 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
3 months ago |