use fawiki_p;
select *
from templatelinks
join categorylinks
on tl_from =... |
5 years ago |
use fawiki_p;
select *
from templatelinks
where tl_title = 'پک'
and tl_namespace = 10 |
5 years ago |
use fawiki_p;
select *
from templatelinks
where tl_title = 'پک' |
5 years ago |
use fawiki_p;
select tl_title, count(*)
from templatelinks
where tl_title... |
5 years ago |
use fawiki_p;
select tl_title, count(*)
from templatelinks
where tl_title... |
5 years ago |