select CONCAT('[[',page_title,']]') AS 'صفحة'
from page
inner join... |
2 months ago |
select CONCAT('[[',page_title,']]'
from page
inner join categorylinks
on... |
2 months ago |
select page_title
from page
inner join categorylinks
on cl_from =... |
2 months ago |
select page_title
from page
inner join categorylinks
on cl_from =... |
2 months ago |
use arwiki_p;
select page_title
from page
inner join categorylinks
on... |
2 months ago |