use fawiki_p;
select distinct concat("[[کاربر:", log_title, "]]") as Title,... |
5 years ago |
use fawiki_p;
select distinct concat("[[", log_title, "]]") as Title, concat... |
5 years ago |
use fawiki_p;
select distinct concat("[[", page_title, "]]") as Title,... |
5 years ago |
blank query |
5 years ago |
use fawiki_p;
select page_title
from page
where page_namespace = 4
and... |
5 years ago |
use fawiki_p;
select page_title
from page
where page_namespace = 4
and... |
5 years ago |