use arwiki_p;
select actor_name as "اسم المستخدم", count(*) as "عدد الأيام"... |
5 years ago |
use arwiki_p;
select CONCAT('[[مستخدم:',user_name,'|',user_name,']]'),... |
5 years ago |
use arwiki_p;
select CONCAT('[[مستخدم:',user_name,'|',user_name,']]'),... |
5 years ago |
use arwiki_p;
select DISTINCT concat ("نقاش:",page_title) from page
inner... |
5 years ago |