SELECT
CONCAT("[[:ملف:",img_name,"]]") AS "ملف"
FROM
image
WHERE... |
3 weeks ago |
select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
4 months ago |
USE arwiki_p;
select CONCAT('[[مستخدم:',actor_name,'|',actor_name,']]'),... |
4 months ago |
select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
4 months ago |
select actor_name, COUNT(*)
from logging
INNER JOIN actor ON... |
4 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
4 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
4 months ago |
select actor_name as name, COUNT(*) as score
from logging
INNER JOIN... |
4 months ago |